IModulusOperators<TSelf,TOther,TResult>.Modulus(TSelf, TOther) Operatore

Definizione

Divide due valori insieme per calcolare il modulo o il resto.

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 Mod (left As TSelf, right As TOther) As TResult

Parametri

left
TSelf

Valore che right divide.

right
TOther

Valore che divide left.

Restituisce

TResult

Modulo o resto di left diviso per right.

Si applica a