Udostępnij za pośrednictwem


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

Operator moduł, gdzie wartość NULL pojawia się po jego prawej stronie.

Ś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_Modulus and ^T2 with static member op_Modulus and ^T2 : (new : unit ->  ^T2) and ^T2 : struct and ^T2 :> ValueType and ^T3 : (new : unit ->  ^T3) and ^T3 : struct and ^T3 :> ValueType

// Usage:
value %? nullableValue

Parametry

  • value
    Typ: ^ T1

    Pierwsza wartość wejściowa.

  • nullableValue
    Typ: Nullable< ^ T2 >

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

Zwracana wartość

Wynik działania modułu jako wartość NULL.

Uwagi

Jeśli druga wartość jest null, wynik jest 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#)