BloombergLP::bdldfp::DecimalImpUtil::trunc

trunc overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the nearest integral value not greater in absolute value than x.

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

Return the nearest integral value that is not greater in absolute value than the specified x.

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

Return the nearest integral value not greater in absolute value than x.

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