Nullable.int32<^T>, fonction (F#)
Convertit l'argument en entier signé 32 bits (int32).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:
int32 : Nullable<^T> -> Nullable<int32> when ^T with static member op_Explicit and ^T : (new : unit -> ^T) and ^T : struct and ^T :> ValueType
// Usage:
Nullable.int32 value
Paramètres
value
Type : Nullable<T><^T>Valeur d'entrée.
Valeur de retour
Int32 converti.
Notes
Cette fonction se nomme ToInt32 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