NullableOperators.( ?+ )<^T1,^T2,^T3> — Funkcja (F#)
Gdzie wartość NULL pojawia się po lewej stronie operatora dodawania.
Ścieżka obszaru nazw/modułu: Microsoft.FSharp.Linq.NullableOperators
Zgromadzenie: FSharp.Core (w 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
Parametry
nullableValue
Typ: Nullable< ^ T1 >Pierwszy wprowadzania wartości, jako typem niewymaganym.
value
Typ: ^ T2Druga wartość wejściowa.
Zwracana wartość
Suma dwóch wartości wejściowych typu null.
Uwagi
Jeśli pierwsza wartość jest null, wynik jest null, a jako typ NULL.
Platformy
Windows 8, Windows 7, Windows Server 2012 Windows Server 2008 R2
Informacje o wersji
F# Core wersji biblioteki
Obsługiwane: 4.0, przenośne