IDivisionOperators<TSelf,TOther,TResult> Interfaccia

Definizione

Definisce un meccanismo per calcolare il quoziente di due valori.

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)

Parametri di tipo

TSelf

Tipo che implementa questa interfaccia.

TOther

Tipo che dividerà TSelf.

TResult

Tipo che contiene il quoziente di TSelf e TOther.

Derivato

Operatori

CheckedDivision(TSelf, TOther)

Divide due valori tra loro per calcolare il quoziente.

Division(TSelf, TOther)

Divide un valore per un altro per calcolare il quoziente.

Si applica a