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 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

版本信息

F# 运行时

受以下版本支持:2.0

Silverlight

受以下版本支持:3

请参见

其他资源

Numerics.BigInteger 结构 (F#)

System.Numerics 命名空间 (F#)