SByte.IModulusOperators<SByte,SByte,SByte>.Modulus(SByte, SByte) 运算符

定义

将两个值相除以计算其取模或余数。

 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

参数

left
SByte

除法 right 的值。

right
SByte

除以 的值 left

返回

的模数或余数 left 除以 right

实现

适用于