Int128.Modulus(Int128, Int128) Operator

定義

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

public:
 static Int128 operator %(Int128 left, Int128 right) = System::Numerics::IModulusOperators<Int128, Int128, Int128>::op_Modulus;
public static Int128 operator % (Int128 left, Int128 right);
static member ( % ) : Int128 * Int128 -> Int128
Public Shared Operator Mod (left As Int128, right As Int128) As Int128

パラメーター

left
Int128

除算 right 値。

right
Int128

leftを除算する値。

戻り値

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

実装

適用対象