BloombergLP::bdldfp::DecimalUtil::floor

floor overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for floor.

static
Decimal128
floor(Decimal128 x);
» more...

Return the largest integral value that is not greater than the specified x.

static
Decimal32
floor(Decimal32 x);
» more...

Same as the related overload above for floor.

static
Decimal64
floor(Decimal64 x);
» more...