Int128.Modulus(Int128, Int128) 運算子

定義

將兩個值分割在一起,以計算其模數或餘數。

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 的值。

傳回

除以 leftright 的模數或餘數。

實作

適用於