UInt128.Modulus(UInt128, UInt128) 運算子

定義

將兩個值相除以計算其模數或餘數。

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

參數

left
UInt128

除法的值 right

right
UInt128

會除以 left 的值。

傳回

right 以 的 left 模數或餘數。

實作

適用於