Table of Contents

Method DivRem

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

DivRem(ExUInt128, ExUInt128)

Computes the quotient and remainder of two values.

public static (ExUInt128 Quotient, ExUInt128 Remainder) DivRem(ExUInt128 left, ExUInt128 right)

Parameters

left ExUInt128

The value which right divides.

right ExUInt128

The value which divides left.

Returns

(ExUInt128 Quotient, ExUInt128 Remainder)

The quotient and remainder of left divided by right.