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

定義

2 つの値を一緒に除算して、その剰余または剰余を計算します。

 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値。

戻り値

の剰余 (剰余 left ) を で除算します right

実装

適用対象