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