IDivisionOperators<TSelf,TOther,TResult> Interface

Definição

Define um mecanismo para calcular o quociente de dois 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

O tipo que implementa essa interface.

TOther

O tipo que dividirá TSelf.

TResult

O tipo que contém o quociente de TSelf e TOther.

Derivado

Operadores

CheckedDivision(TSelf, TOther)

Divide dois valores juntos para calcular seu quociente.

Division(TSelf, TOther)

Divide um valor por outro para calcular seu quociente.

Aplica-se a