Method MaxMagnitude
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
MaxMagnitude(ExInt128, ExInt128)
Compares two values to compute which is greater.
public static ExInt128 MaxMagnitude(ExInt128 x, ExInt128 y)
Parameters
Returns
- ExInt128
x
if it is greater thany
; otherwise,y
.