共用方式為


BigInteger.op_Explicit 方法 (F#)

將大整數轉換為其他型別。

**命名空間/模組路徑:**System.Numerics

組件:FSharp.Core (在 FSharp.Core.dll 中)

// Signatures:
static member op_Explicit : BigInteger -> int32
static member op_Explicit : BigInteger -> int64
static member op_Explicit : BigInteger -> float

// Usage:
int32 x
int64 x
float x

參數

平台

Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2

版本資訊

F# 核心程式庫版本

支援版本:2.0

請參閱

參考

Numerics.BigInteger 結構 (F#)

System.Numerics 命名空間 (F#)