UInt64.IModulusOperators<UInt64,UInt64,UInt64>.Modulus 演算子

定義

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

 static System::UInt64 System.Numerics.IModulusOperators<System.UInt64,System.UInt64,System.UInt64>.operator %(System::UInt64 left, System::UInt64 right) = System::Numerics::IModulusOperators<System::UInt64, System::UInt64, System::UInt64>::op_Modulus;
static ulong IModulusOperators<ulong,ulong,ulong>.operator % (ulong left, ulong right);
static member ( % ) : uint64 * uint64 -> uint64
 Shared Operator Mod (left As ULong, right As ULong) As ULong Implements IModulusOperators(Of ULong, ULong, ULong).op_Modulus

パラメーター

left
UInt64

除算する right 値。

right
UInt64

を除算する left値。

戻り値

の剰余 (剰余 left ) を で除算します right

実装

適用対象