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)
Computes the quotient and remainder of two values.
public static (ExInt128 Quotient, ExInt128 Remainder) DivRem(ExInt128 left, ExInt128 right)