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