Table of Contents

Operator operator >

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator >(ExInt128, ExInt128)

Compares two values to determine which is greater.

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