Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The > operator where a nullable value appears on the right.
Namespace/Module Path: Microsoft.FSharp.Linq.NullableOperators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
( >? ) : 'T -> Nullable<'T> -> bool when 'T : (IComparable) and 'T : (new : unit -> 'T) and 'T : struct and 'T :> ValueType
// Usage:
value >? nullableValue
Parameters
value
Type: 'TThe first input value.
nullableValue
Type: Nullable<T><'T>The second input value, as a nullable value.
Return Value
true if the first value is greater than the second value.
Remarks
If the second value is null, the return value is false.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 4.0, Portable