Table of Contents

Operator operator %

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator %(ExUInt128, ExUInt128)

Divides two values together to compute their modulus or remainder.

public static ExUInt128 operator %(ExUInt128 left, ExUInt128 right)

Parameters

left ExUInt128

The value which right divides.

right ExUInt128

The value which divides left.

Returns

ExUInt128

The modulus or remainder of left divided by right.