Table of Contents

Method Min

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

Min(ExInt128, ExInt128)

Compares two values to compute which is lesser.

public static ExInt128 Min(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 less than y; otherwise, y.