Udostępnij za pośrednictwem


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

Gdzie wartość NULL pojawia się po prawej stronie operatora odejmowania.

Ś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 (-) and ^T2 with static member (-) 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 odejmowania wartości 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#)