Nullable.uint64<^T> 函数 (F#)

将参数转换为无符号64位整数(uint64)。 这是所有基元数值类型的直接转换。 操作需要对输入类型使用适当的静态转换方法。

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

程序集:FSharp.Core(在 FSharp.Core.dll 中)

// Signature:
uint64 : Nullable<^T> -> Nullable<uint64> when ^T with static member op_Explicit and ^T : (new : unit ->  ^T) and ^T : struct and ^T :> ValueType

// Usage:
Nullable.uint64 value

参数

返回值

转换后的uint64。

备注

此函数在 .NET 程序集中名为 ToUInt64。 如果从 F# 以外的 .NET 语言中访问成员,或通过反射访问成员,请使用此名称。

平台

Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2

版本信息

F#核心库版本

支持:4.0,可移植

请参见

参考

Linq.Nullable 模块 (F#)

Microsoft.FSharp.Linq 命名空间 (F#)

Operators.uint64<^T> 函数 (F#)