convertToDecimal32 overloads
Synopses
Declared in <bdldfp_decimalimputil.h>
Convert the specified 128‐bit decimal input to 32‐bit decimal.
static
DecimalImpUtil::ValueType32
convertToDecimal32(ValueType128 const& input);
Convert the specified 64‐bit decimal input to 32‐bit decimal.
static
DecimalImpUtil::ValueType32
convertToDecimal32(ValueType64 const& input);
Created with MrDocs