UInt32.IModulusOperators<UInt32,UInt32,UInt32>.Modulus Оператор

Определение

Делит два значения вместе для вычисления их модуля или остатка.

 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.

Реализации

Применяется к