Udostępnij za pośrednictwem


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

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

Ś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:
value /? nullableValue

Parametry

  • value
    Typ: ^ T1

    Pierwsza wartość wejściowa.

  • nullableValue
    Typ: Nullable<T>< ^ T2 >

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

Zwracana wartość

Wynik dzielenia, 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

Moduł LINQ.NullableOperators (F#)

Obszar nazw Microsoft.FSharp.LINQ (F#)