Funzione NullableOperators.( ?<? )<'T> (F#)
“Operatore" > dove i valori NULL visualizzato a sinistra e a destra.
Namespace/Module Path: Microsoft.FSharp.Linq.NullableOperators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
( ?>? ) : Nullable<'T> -> Nullable<'T> -> bool when 'T : (IComparable) and 'T : (new : unit -> 'T) and 'T : struct and 'T :> ValueType
// Usage:
nullableValue1 ?>? nullableValue2
Parametri
nullableValue1
Tipo: Nullable<T>Il primo valore di input, come valore NULL.
nullableValue2
Tipo: 'TIl secondo valore di input, come tipo nullable.
Valore restituito
true se il primo valore di input è maggiore del secondo valore di input.
Note
Se uno di 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