Table of Contents

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

x ExUInt128

The value to compare with y.

y ExUInt128

The value to compare with x.

Returns

ExUInt128

x if it is less than y; otherwise, y.