Partager via


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

Convertit l'argument en entier signé 64 bits int64. 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:
int64 : Nullable<^T> -> Nullable<int64> when ^T with static member op_Explicit and ^T : (new : unit ->  ^T) and ^T : struct and ^T :> ValueType

// Usage:
Nullable.int64 value

Paramètres

  • value
    Type : Nullable<^T>

    Valeur d'entrée.

Valeur de retour

Int64 converti.

Notes

Cette fonction se nomme ToInt64 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.int64<^T>, fonction (F#)