BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::greater

Return whether lhs is greater than rhs.

Synopsis

Declared in <bdldfp_decimalimputil_inteldfp.h>

static
bool
greater(
    ValueType64 lhs,
    ValueType64 rhs);

Return Value

true if lhs is greater than rhs

Parameters

NameDescription
lhsleft-hand decimal value
rhsright-hand decimal value