quantize overloads
Declared in <bdldfp_decimalimputil.h>
Return value with the quantum of exponent.
static
DecimalImpUtil::ValueType128
quantize(
ValueType128 value,
ValueType128 exponent);
» more...
Return value quantized to the specified exponent.
static
DecimalImpUtil::ValueType128
quantize(
ValueType128 value,
int exponent);
» more...
Return value with the quantum of exponent.
static
DecimalImpUtil::ValueType32
quantize(
ValueType32 value,
ValueType32 exponent);
» more...
Return value quantized to the specified exponent.
static
DecimalImpUtil::ValueType32
quantize(
ValueType32 value,
int exponent);
» more...
Return value with the quantum of exponent.
static
DecimalImpUtil::ValueType64
quantize(
ValueType64 value,
ValueType64 exponent);
» more...
Return value quantized to the specified exponent.
static
DecimalImpUtil::ValueType64
quantize(
ValueType64 value,
int exponent);
» more...
value with the quantum of exponentvalue quantized to the specified exponent| Name | Description |
|---|---|
| value | value to quantize |
| exponent | value supplying the target quantum |