eb128i_greater_or_equal_264

Tells whether a is greater or equal to than b. a and b are int128_t values composed from alo and ahi or blo and bhi, respectively.

extern (C)
bool
eb128i_greater_or_equal_264
(
ulong alo
,
long ahi
,
ulong blo
,
long bhi
)

Parameters

alo ulong

value of the lower 64 bits of a

ahi long

value of the higher 64 bits of a

blo ulong

value of the lower 64 bits of b

ahi long

value of the higher 64 bits of b

Return Value

Type: bool

true if a >= b or false otherwise.

Meta