Table of Contents

Operator operator >

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator >(ExUInt128, ExUInt128)

Compares two values to determine which is greater.

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 greater than right; otherwise, false.