UInt32.IModulusOperators<UInt32,UInt32,UInt32>.Modulus Operator

Definition

Divides two values together to compute their modulus or remainder.

static uint IModulusOperators<uint,uint,uint>.operator % (uint left, uint right);

Parameters

left
UInt32

The value that right divides.

right
UInt32

The value that divides left.

Returns

The modulus or remainder of left divided by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9