Return value quantized to the specified exponent.
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType64
quantize(
ValueType64 value,
int exponent);
value quantized to the specified exponent
| Name | Description |
|---|---|
| value | value to quantize |
| exponent | target quantum exponent |