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 的值。

傳回

除以 的 leftright 模數或餘數。

實作

適用於