Nullable.int64<^T> 関数 (F#)

64 ビットの符号付き整数 int64に引数をに変換します。これは、すべてのプリミティブ数値型の直接変換です。この操作では、入力の型に適切な静的変換メソッドが必要です。

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

アセンブリ: FSharp.Core (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

パラメーター

戻り値

変換された int64。

解説

この関数は、.NET アセンブリでは ToInt64 という名前です。F# 以外の .NET 言語、またはリフレクションを使用してメンバーにアクセスする場合は、この名前を使用します。

プラットフォーム

Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2

バージョン情報

F# コア ライブラリのバージョン

サポート: 4.0、ポータブル

参照

関連項目

Linq.Nullable モジュール (F#)

Microsoft.FSharp.Linq 名前空間 (F#)

Operators.int64<^T> 関数 (F#)