Funzione NullableOperators.( ?- )<^T1,^T2,^T3> (F#)
L'operatore di sottrazione in cui un valore NULL visualizzato a sinistra.
Namespace/Module Path: Microsoft.FSharp.Linq.NullableOperators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
( ?- ) : Nullable<^T1> -> ^T2 -> Nullable<^T3> when ^T1 with static member (-) and ^T1 : (new : unit -> ^T1) and ^T1 : struct and ^T1 :> ValueType and ^T2 with static member (-) and ^T3 : (new : unit -> ^T3) and ^T3 : struct and ^T3 :> ValueType
// Usage:
nullableValue ?- value
Parametri
nullableValue
Tipo: Nullable<^t1>Il primo valore di input, come valore NULL.
value
Tipo: ^T2Il secondo valore di input.
Valore restituito
Il risultato della sottrazione, come valore NULL.
Note
Se il primo valore è null, il risultato è null, come valore NULL.
Piattaforme
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informazioni sulla versione
Versioni della libreria di base F#
Supportato in: 4.02.0, 4,0, portabile