Return true if lhs is greater than or equal to rhs.

Synopsis

Declared in <bdldfp_decimalimputil_inteldfp.h>

static
bool
greaterEqual(
    ValueType128 lhs,
    ValueType128 rhs);

Created with MrDocs