NullableOperators.( ?* )<^T1,^T2,^T3> — Funkcja (F#)
Operator mnożenia, gdzie pojawia się po lewej stronie wartości NULL.
Ś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 op_Multiply and ^T1 : (new : unit -> ^T1) and ^T1 : struct and ^T1 :> ValueType and ^T2 with static member op_Multiply and ^T3 : (new : unit -> ^T3) and ^T3 : struct and ^T3 :> ValueType
// Usage:
nullableValue ?* value
Parametry
nullableValue
Typ: Nullable< ^ T1 >Pierwszy wprowadzania wartości, jako wartość NULL.
value
Typ: ^ T2Druga wartość wejściowa.
Zwracana wartość
Wynik mnożenia jako wartość NULL.
Uwagi
Jeśli pierwsza wartość jest null, wartość zwracana jest wartość 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