Funzione NullableOperators.( >? )<'T> (F#)
L'operatore > in cui un valore NULL visualizzato a destra.
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
Parametri
value
Tipo: 'TIl primo valore di input.
nullableValue
Tipo: Nullable<T>Il secondo valore di input, come valore NULL.
Valore restituito
true se il primo valore è maggiore del secondo valore.
Note
Se il secondo valore è null, il valore restituito è false.
Piattaforme
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informazioni sulla versione
Versioni della libreria di base F#
Supportato in: 4,0, portabile