DerivedPatterns.UInt64 活动模式 (F#)

识别常量无符号 64 位整数表达式。

命名空间/模块路径:Microsoft.FSharp.Quotations.DerivedPatterns

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

// Signature:
( |UInt64|_| ) : (input:Expr) -> uint64 option

参数

  • input
    类型:Expr

    要与其匹配的输入表达式。

返回值

成功的匹配结果是 uint64 值。

备注

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

平台

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、4.0

Silverlight

受以下版本支持:3

请参见

参考

Quotations.DerivedPatterns 模块 (F#)

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