Int128.Modulus(Int128, Int128) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將兩個值分割在一起,以計算其模數或餘數。
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
的模數或餘數。