ge

If c1 >= c2 signed

nothrow @safe @nogc pure
bool
ge
(
Cent c1
,
Cent c2
)

Parameters

c1 Cent

operand 1

c2 Cent

operand 2

Return Value

Type: bool

true if c1 >= c2

Meta