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 (/) and ^T1 : (new : unit -> ^T1) and ^T1 : struct and ^T1 :> ValueType and ^T2 with static member (/) and ^T3 : (new : unit -> ^T3) and ^T3 : struct and ^T3 :> ValueType
// Usage:
nullableValue ?/ value
參數
nullableValue
型別: Nullable<T><^T1>第一個輸入值,可為Null之值。
value
型別:(F#)第二個輸入值,可為 Null 之值。
傳回值
除法運算的結果,可為 Null 之值。
備註
如果第一個值為null,則傳回值是空的。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:4.0,可攜式執行檔 (PE)。