Partager via


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

L'opérateur de division où une valeur nullable s'affiche à la fois les côtés gauche et droit.

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:
 ?/? 

Paramètres

  • nullableValue1
    Type : Nullable<T><^T1>

    La première valeur d'entrée, comme valeur nullable.

  • nullableValue2
    Type : Nullable<T><^T2>

    La deuxième valeur d'entrée, comme valeur nullable.

Valeur de retour

Le résultat de la division, comme valeur nullable.

Notes

Si l'une des valeurs d'entrée a la valeur null, le résultat est null.

Plateformes

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

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 4,0, portable

Voir aussi

Référence

Linq.NullableOperators, module (F#)

Microsoft.FSharp.Linq, espace de noms (F#)