Int16.IModulusOperators<Int16,Int16,Int16>.Modulus(Int16, Int16) Operatore

Definizione

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

 static short System.Numerics.IModulusOperators<System.Int16,System.Int16,System.Int16>.operator %(short left, short right) = System::Numerics::IModulusOperators<short, short, short>::op_Modulus;
static short IModulusOperators<short,short,short>.operator % (short left, short right);
static member ( % ) : int16 * int16 -> int16
 Shared Operator Mod (left As Short, right As Short) As Short Implements IModulusOperators(Of Short, Short, Short).op_Modulus

Parametri

left
Int16

Valore che right divide.

right
Int16

Valore che divide left.

Restituisce

Modulo o resto di left diviso per right.

Implementazioni

Si applica a