Partager via


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

L'opérateur de division où une valeur nullable apparaît à droite.

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

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

Paramètres

  • value
    Type : ^T1

    La première valeur d'entrée.

  • nullableValue
    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 la deuxième valeur est 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#)