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

Definizione

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

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

Parametri

left
SByte

Valore che right divide.

right
SByte

Valore che divide left.

Restituisce

Modulo o resto di left diviso per right.

Implementazioni

Si applica a