IDivisionOperators<TSelf,TOther,TResult> Gränssnitt

Definition

Definierar en mekanism för att beräkna kvoten för två värden.

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)

Typparametrar

TSelf

Den typ som implementerar det här gränssnittet.

TOther

Den typ som ska dela .TSelf

TResult

Den typ som innehåller kvoten TSelf för och TOther.

Härledda

Operatorer

Name Description
CheckedDivision(TSelf, TOther)

Delar upp två värden för att beräkna deras kvot.

Division(TSelf, TOther)

Delar upp ett värde med ett annat för att beräkna deras kvot.

Gäller för