Udostępnij za pośrednictwem


NullableOperators.( *? )<^T1,^T2,^T3> — Funkcja (F#)

Operator mnożenia, gdzie pojawia się po prawej stronie wartości NULL.

Ścieżka obszaru nazw/modułu: Microsoft.FSharp.Linq.NullableOperators

Zgromadzenie: FSharp.Core (w FSharp.Core.dll)

// Signature:
( *? ) : ^T1 -> Nullable<^T2> -> Nullable<^T3> when ^T1 with static member op_Multiply and ^T2 with static member op_Multiply and ^T2 : (new : unit ->  ^T2) and ^T2 : struct and ^T2 :> ValueType and ^T3 : (new : unit ->  ^T3) and ^T3 : struct and ^T3 :> ValueType

// Usage:
 *? 

Parametry

  • value
    Typ: ^ T1

    Pierwsza wartość wejściowa.

  • nullableValue
    Typ: Nullable< ^ T2 >

    Drugi wprowadzania wartości, jako wartość NULL.

Zwracana wartość

Wynik mnożenia jako wartość NULL.

Uwagi

Jeśli druga 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

Zobacz też

Informacje

Linq.NullableOperators — Moduł (F#)

Microsoft.FSharp.Linq — Przestrzeń nazw (F#)