NullableOperators.( >=?)<'T> 函数 (F#)
>= 运算符可以为 null 值在右边出现的位置。
Namespace/Module Path:Microsoft.FSharp.Linq.NullableOperators
程序集:FSharp.Core(在 FSharp.Core.dll 中)
// Signature:
( >=? ) : 'T -> Nullable<'T> -> bool when 'T : (IComparable) and 'T : (new : unit -> 'T) and 'T : struct and 'T :> ValueType
// Usage:
nullableValue >=? value
参数
value
类型:“T第一个输入值。
nullableValue
类型:Nullable<T><'T>第二个输入值,可以为 null 的值。
返回值
True,如果第一个值大于或等于第二个值。
备注
如果第二个值为空,则结果是 false。
平台
Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2
版本信息
F#核心库版本
支持:4.0,可移植