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