Int128.Modulus(Int128, Int128) Operator

Definition

Divides two values together to compute their modulus or remainder.

C#
public static Int128 operator %(Int128 left, Int128 right);

Parameters

left
Int128

The value which right divides.

right
Int128

The value which divides left.

Returns

The modulus or remainder of left divided-by right.

Implements

Applies to

Toode Versioonid
.NET 7, 8, 9, 10