#include <OnixS/B3/MarketData/UMDF/messaging/Decimal.h>
Public Types | |
| enum | |
| typedef MantissaType | Mantissa |
| typedef ExponentType | Exponent |
Public Member Functions | |
| __attribute__ ((__warn_unused_result__)) std | |
| constexpr | FixedPointDecimal (Mantissa mantissa) noexcept |
| constexpr Mantissa | mantissa () const noexcept |
| constexpr Exponent | exponent () const noexcept |
| void | serialize (void *addr) const noexcept |
A real number with a constant exponent.
| typedef ExponentType Exponent |
| typedef MantissaType Mantissa |
| anonymous enum |
|
inlineexplicitconstexprnoexcept |
|
inline |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |