Udostępnij za pośrednictwem


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

Operator odejmowania, gdzie pojawia się wartość Null na lewej i prawej krawędzi.

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

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

// Signature:
( ?-? ) : Nullable<^T1> -> Nullable<^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 ^T2 : (new : unit ->  ^T2) and ^T2 : struct and ^T2 :> ValueType and ^T3 : (new : unit ->  ^T3) and ^T3 : struct and ^T3 :> ValueType

// Usage:
nullableValue1 ?-? nullableValue2

Parametry

  • nullableValue1
    Typ: Nullable< ^ T1 >

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

  • nullableValue2
    Typ: Nullable< ^ T2 >

    Drugi wprowadzania wartości, jako NULL vlue.

Zwracana wartość

Wynik odejmowania wartości NULL.

Uwagi

Jeśli jest albo wartości 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#)