NullableOperators.( ?<?)<'T> 関数 (F#)
null 許容値が左右に表示される」 operator 「>。
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
型: 'Tnull 許容型として 2 番目の入力値。
戻り値
最初の入力値が 2 番目の入力値よりもtrue。
解説
値のいずれかが null の場合、戻り値は falseです。
プラットフォーム
Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2
バージョン情報
F# コア ライブラリのバージョン
サポート: 4.0、ポータブル