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

Definition

Teilt zwei Werte zusammen, um deren Modul oder Rest zu berechnen.

 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

Parameter

left
Int16

Der Wert, der right geteilt wird.

right
Int16

Der Wert, der leftunterteilt wird.

Gibt zurück

Der Modulus oder rest von left geteilt durch right.

Implementiert

Gilt für: