IDivisionOperators<TSelf,TOther,TResult>.Division(TSelf, TOther) Operador

Definición

Divide un valor por otro para calcular su cociente.

public:
 static TResult operator /(TSelf left, TOther right);
public static abstract TResult operator / (TSelf left, TOther right);
static member ( / ) : 'Self * 'Other -> 'Result
Public Shared Operator / (left As TSelf, right As TOther) As TResult

Parámetros

left
TSelf

Valor que right se divide.

right
TOther

Valor que divide left.

Devoluciones

TResult

Cociente de left dividido por right.

Se aplica a