Int32.IModulusOperators<Int32,Int32,Int32>.Modulus(Int32, Int32) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將兩個值相除以計算其模數或餘數。
static int System.Numerics.IModulusOperators<System.Int32,System.Int32,System.Int32>.operator %(int left, int right) = System::Numerics::IModulusOperators<int, int, int>::op_Modulus;
static int IModulusOperators<int,int,int>.operator % (int left, int right);
static member ( % ) : int * int -> int
Shared Operator Mod (left As Integer, right As Integer) As Integer Implements IModulusOperators(Of Integer, Integer, Integer).op_Modulus
參數
- left
- Int32
除法的值 right
。
- right
- Int32
除以 left
的值。
傳回
除以 的 left
right
模數或餘數。