Table of Contents

Method DivRem

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

DivRem(ExInt128, ExInt128)

Computes the quotient and remainder of two values.

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

Parameters

left ExInt128

The value which right divides.

right ExInt128

The value which divides left.

Returns

(ExInt128 Quotient, ExInt128 Remainder)

The quotient and remainder of left divided by right.