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

Definition

Divides two values together to compute their modulus or remainder.

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

Parameters

left
Int16

The value that right divides.

right
Int16

The value that divides left.

Returns

The modulus or remainder of left divided by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10