Table of Contents

Operator operator %

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator %(ExInt128, ExInt128)

Divides two values together to compute their modulus or remainder.

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

Parameters

left ExInt128

The value which right divides.

right ExInt128

The value which divides left.

Returns

ExInt128

The modulus or remainder of left divided by right.