BloombergLP::bdldfp::DecimalImpUtil::ceil

ceil overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the smallest integral decimal value not less than x.

static
DecimalImpUtil::ValueType128
ceil(ValueType128 x);
» more...

Return the smallest integral value that is not less than the specified x.

static
DecimalImpUtil::ValueType32
ceil(ValueType32 x);
» more...

Return the smallest integral decimal value not less than x.

static
DecimalImpUtil::ValueType64
ceil(ValueType64 x);
» more...