IDivisionOperators<TSelf,TOther,TResult> Interfejs

Definicja

Definiuje mechanizm obliczania ilorazu dwóch wartości.

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)

Parametry typu

TSelf

Typ implementujący ten interfejs.

TOther

Typ, który podzieli wartość TSelf.

TResult

Typ, który zawiera iloraz i TSelf TOther.

Pochodne

Operatory

CheckedDivision(TSelf, TOther)

Dzieli dwie wartości w celu obliczenia ich ilorazu.

Division(TSelf, TOther)

Dzieli jedną wartość przez inną, aby obliczyć ich iloraz.

Dotyczy