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
。