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。