Partager via


Nullable.int<^T>, fonction (F#)

Convertit l'argument en entier signé 32 bits (int).Il s'agit d'une conversion directe pour tous les types numériques primitifs.L'opération nécessite une méthode de conversion statique appropriée sur le type d'entrée.

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

Assembly : FSharp.Core (in FSharp.Core.dll)

// Signature:
int : Nullable<^T> -> Nullable<int> when ^T with static member op_Explicit and ^T : (new : unit ->  ^T) and ^T : struct and ^T :> ValueType

// Usage:
Nullable.int value

Paramètres

Valeur de retour

Int converti.

Notes

Cette fonction se nomme ToInt dans l'assembly .NET.Si vous accédez au membre à partir d'un langage .NET autre que F#, ou par réflexion, utilisez ce nom.

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.Nullable, module (F#)

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

Operators.byte<^T>, fonction (F#)