Same as the related overload above for quantize.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
Decimal64
quantize(
    Decimal64 value,
    int exponent);

Return Value

value with the specified decimal exponent

Parameters

Name

Description

value

decimal value to quantize

exponent

desired decimal exponent

Created with MrDocs