Table of Contents

Method Max

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

Max(ExInt128, ExInt128)

Compares two values to compute which is greater.

public static ExInt128 Max(ExInt128 x, ExInt128 y)

Parameters

x ExInt128

The value to compare with y.

y ExInt128

The value to compare with x.

Returns

ExInt128

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