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)