Byte.IModulusOperators<Byte,Byte,Byte>.Modulus(Byte, Byte) Operator

Definicja

Dzieli dwie wartości w celu obliczenia ich modulu lub reszty.

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

Parametry

left
Byte

Wartość, która right dzieli.

right
Byte

Wartość dzieląca leftwartość .

Zwraca

Modulus lub pozostała część podzielona left przez .right

Implementuje

Dotyczy