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#)