NullableOperators.( ?- )<^T1,^T2,^T3>, fonction (F#)
L'opérateur de soustraction où une valeur nullable apparaît sur la gauche.
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
Paramètres
nullableValue
Type : Nullable<T><^T1>La première valeur d'entrée, comme valeur nullable.
value
Type : ^T2La deuxième valeur d'entrée.
Valeur de retour
Le résultat de la soustraction, comme valeur nullable.
Notes
Si la première valeur est null, le résultat est null, comme valeur nullable.
Plateformes
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informations de version
Versions de bibliothèque principale F#
Prise en charge dans : 4.02.0, 4,0, portables