Return the Decimal64 value held by this object.

Synopsis

Declared in <bdld_datum.h>

bdldfp::Decimal64
theDecimal64() const;

Description

Return the decimal floating point value represented by this object as a bdlfpd::Decimal64 value. The behavior is undefined unless this object actually represents a decimal floating point value.

Return Value

the Decimal64 value held by this object

Created with MrDocs