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取模或余数。

实现

适用于