Table of Contents

Operator operator <

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator <(ExInt128, ExInt128)

Compares two values to determine which is less.

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

Parameters

left ExInt128

The value to compare with right.

right ExInt128

The value to compare with left.

Returns

bool

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