IDivisionOperators<TSelf,TOther,TResult> 介面

定義

定義計算兩個值商的機制。

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

型別,包含和TOtherTSelf商。

衍生

運算子

CheckedDivision(TSelf, TOther)

將兩個值分割在一起,以計算其商數。

Division(TSelf, TOther)

將一個值除以計算其商數。

適用於