Byte.IModulusOperators<Byte,Byte,Byte>.Modulus(Byte, Byte) Operator

Definition

Divides two values together to compute their modulus or remainder.

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

Parameters

left
Byte

The value that right divides.

right
Byte

The value that divides left.

Returns

The modulus or remainder of left divided by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9