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

Definizione

Divide un valore per un altro per calcolare il quoziente.

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

Parametri

left
TSelf

Valore che right divide.

right
TOther

Valore che divide left.

Valori restituiti

TResult

Quoziente di left diviso per right.

Si applica a