Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


UInt128.Modulus(UInt128, UInt128) Operator

Definition

Divides two values together to compute their modulus or remainder.

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

Parameters

left
UInt128

The value which right divides.

right
UInt128

The value which divides left.

Returns

The modulus or remainder of left divided-by right.

Implements

Applies to

Termék Verziók
.NET 7, 8, 9, 10