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

Definizione

Divide un valore da 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.

Restituisce

TResult

Il quoziente di left diviso in base righta .

Si applica a