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
    型: 'T

    null 許容型として 2 番目の入力値。

戻り値

最初の入力値が 2 番目の入力値よりもtrue。

解説

値のいずれかが null の場合、戻り値は falseです。

プラットフォーム

Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2

バージョン情報

F# コア ライブラリのバージョン

サポート: 4.0、ポータブル

参照

関連項目

Linq.NullableOperators モジュール (F#)

Microsoft.FSharp.Linq 名前空間 (F#)