|
|
|
Construction / Destruction
Data Members
| precision |
The maximum number of digits in base
10. |
| scale |
The number of digits to the right of
the decimal point. |
| sign |
The sign: 1 for positive numbers, 0
for negative numbers. |
| val |
A number stored as 32-byte scaled
integer, with the least-significant byte on the left. Actually the size
of val is defined by SA_NUMERIC_MANTISSA_SIZE
constant value. |
|
Operators
|