UInt64.IModulusOperators<UInt64,UInt64,UInt64>.Modulus Operator

Definition

Divides two values together to compute their modulus or remainder.

C#
static ulong IModulusOperators<ulong,ulong,ulong>.operator %(ulong left, ulong right);

Parameters

left
UInt64

The value that right divides.

right
UInt64

The value that divides left.

Returns

The modulus or remainder of left divided by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9