IDivisionOperators<TSelf,TOther,TResult> インターフェイス

定義

2 つの値の商を計算するためのメカニズムを定義します。

generic <typename TSelf, typename TOther, typename TResult>
 where TSelf : IDivisionOperators<TSelf, TOther, TResult>public interface class IDivisionOperators
public interface IDivisionOperators<TSelf,TOther,TResult> where TSelf : IDivisionOperators<TSelf,TOther,TResult>
type IDivisionOperators<'Self, 'Other, 'Result (requires 'Self :> IDivisionOperators<'Self, 'Other, 'Result>)> = interface
Public Interface IDivisionOperators(Of TSelf, TOther, TResult)

型パラメーター

TSelf

このインターフェイスを実装する型。

TOther

除算 TSelfする型。

TResult

and TOtherの商TSelfを含む型。

派生

演算子

CheckedDivision(TSelf, TOther)

2 つの値を除算して商を計算します。

Division(TSelf, TOther)

1 つの値を別の値で除算して商を計算します。

適用対象