Quantize y to exponent into x when exactly representable.
Declared in <bdldfp_decimalimputil.h>
static
int
quantizeEqual(
ValueType64* x,
ValueType64 y,
int exponent);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| x | receives the quantized value on success |
| y | value to quantize |
| exponent | target quantum exponent |