Table of Contents

Operator operator >=

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator >=(ExInt128, ExInt128)

Compares two values to determine which is greater or equal.

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 or equal to right; otherwise, false.