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

Operatore di divisione in cui un valore NULL appare su entrambi lati sinistro e destro.

Namespace/Module Path: Microsoft.FSharp.Linq.NullableOperators

Assembly: FSharp.Core (in 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:
 ?/? 

Parametri

  • nullableValue1
    Tipo: Nullable<T><^t1>

    Il primo valore di input, come valore NULL.

  • nullableValue2
    Tipo: Nullable<T><^t2>

    Il secondo valore di input, come valore NULL.

Valore restituito

Il risultato della divisione, come valore NULL.

Note

Se uno dei valori di input è null, il risultato è null.

Piattaforme

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informazioni sulla versione

Versioni della libreria di base F#

Supportato in: 4,0, portabile

Vedere anche

Riferimenti

Modulo Linq.NullableOperators (F#)

Spazio dei nomi Microsoft.FSharp.Linq (F#)