NullableOperators.( ?%)<^T1,^T2,^T3> 関数 (F#)
null 許容値が左に表示される剰余演算子。
Namespace/Module Path: Microsoft.FSharp.Linq.NullableOperators
アセンブリ: FSharp.Core (FSharp.Core.dll)
// Signature:
( ?% ) : Nullable<^T1> -> ^T2 -> Nullable<^T3> when ^T1 with static member op_Modulus and ^T1 : (new : unit -> ^T1) and ^T1 : struct and ^T1 :> ValueType and ^T2 with static member op_Modulus and ^T3 : (new : unit -> ^T3) and ^T3 : struct and ^T3 :> ValueType
// Usage:
nullableValue ?% value
パラメーター
nullableValue
型: Nullable<T><^T1>null 許容値として最初の入力値。
value
型: ^T22 番目の入力値。
戻り値
null 許容値として剰余演算の結果。
解説
最初の値が null の場合、戻り値は null です。
プラットフォーム
Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2
バージョン情報
F# コア ライブラリのバージョン
サポート: 4.0、ポータブル