Byte.IModulusOperators<Byte,Byte,Byte>.Modulus(Byte, Byte) 運算子

定義

將兩個值相除以計算其模數或餘數。

 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

參數

left
Byte

除法的值 right

right
Byte

除以 left 的值。

傳回

除以 的 leftright 模數或餘數。

實作

適用於