Return value quantized to the specified exponent.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType128
quantize(
ValueType128 value,
int exponent);
Return Value
value quantized to the specified exponent
Parameters
Name |
Description |
value |
value to quantize |
exponent |
target quantum exponent |
Created with MrDocs