UInt32.IModulusOperators<UInt32,UInt32,UInt32>.Modulus 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將兩個值分割在一起,以計算其模數或餘數。
static System::UInt32 System.Numerics.IModulusOperators<System.UInt32,System.UInt32,System.UInt32>.operator %(System::UInt32 left, System::UInt32 right) = System::Numerics::IModulusOperators<System::UInt32, System::UInt32, System::UInt32>::op_Modulus;
static uint IModulusOperators<uint,uint,uint>.operator % (uint left, uint right);
static member ( % ) : uint32 * uint32 -> uint32
Shared Operator Mod (left As UInteger, right As UInteger) As UInteger Implements IModulusOperators(Of UInteger, UInteger, UInteger).op_Modulus
參數
- left
- UInt32
除法的值 right
。
- right
- UInt32
除以 left
的值。
傳回
除以 的 left
right
模數或餘數。