Nullable.unativeint<^T> 函数 (F#)
将参数转换为无符号本机整数(unativeint)使用所有基元数值类型的,一个直接转换。 否则,操作需要对输入类型使用适当的静态转换方法。
Namespace/Module Path:Microsoft.FSharp.Linq.Nullable
程序集:FSharp.Core(在 FSharp.Core.dll 中)
// Signature:
unativeint : Nullable<^T> -> Nullable<unativeint> when ^T with static member op_Explicit and ^T : (new : unit -> ^T) and ^T : struct and ^T :> ValueType
// Usage:
Nullable.unativeint value
参数
value
类型:Nullable<T><^T>输入值。
返回值
转换后的unativeint。
备注
此函数在 .NET 程序集中名为 ToUIntPtr。 如果从 F# 以外的 .NET 语言中访问成员,或通过反射访问成员,请使用此名称。
平台
Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2
版本信息
F#核心库版本
支持:4.0,可移植