IDivisionOperators<TSelf,TOther,TResult> Interfaz

Definición

Define un mecanismo para calcular el cociente de dos valores.

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)

Parámetros de tipo

TSelf

Tipo que implementa esta interfaz.

TOther

Tipo que dividirá TSelf.

TResult

Tipo que contiene el cociente de TSelf y TOther.

Derivado

Operadores

CheckedDivision(TSelf, TOther)

Divide dos valores juntos para calcular su cociente.

Division(TSelf, TOther)

Divide un valor por otro para calcular su cociente.

Se aplica a