NullableOperators.( ?<? )<'T> 函式 (F#)
「>」運算子可為Null的值會顯示在左側和右側的位置。
Namespace/Module Path:Microsoft.FSharp.Linq.NullableOperators
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
( ?>? ) : Nullable<'T> -> Nullable<'T> -> bool when 'T : (IComparable) and 'T : (new : unit -> 'T) and 'T : struct and 'T :> ValueType
// Usage:
nullableValue1 ?>? nullableValue2
參數
nullableValue1
型別: Nullable<T><'T>第一個輸入值,可為Null之值。
nullableValue2
型別:' T第二個輸入值,可為Null的型別。
傳回值
true ,如果第一個輸入值小於第二個輸入的值都會大於。
備註
如果其中一個值為null,則傳回值為 false。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:4.0,可攜式執行檔 (PE)。