Table of Contents

Operator operator <

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator <(ExUInt128, ExUInt128)

Compares two values to determine which is less.

public static bool operator <(ExUInt128 left, ExUInt128 right)

Parameters

left ExUInt128

The value to compare with right.

right ExUInt128

The value to compare with left.

Returns

bool

true if left is less than right; otherwise, false.