Int64.IModulusOperators<Int64,Int64,Int64>.Modulus(Int64, Int64) 演算子

定義

2 つの値を一緒に除算して、その剰余または剰余を計算します。

 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

実装

適用対象