Table of Contents

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

x ExUInt128

The value to compare with y.

y ExUInt128

The value to compare with x.

Returns

ExUInt128

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