: Public abstract Interface
Created: 23.5.2022 18.05.03
Modified: 1.8.2022 13.54.00
Project:
Advanced:
The usually finite representation of a decimal number. It differs from the common binary Real implementation in that it can represent 1/10 (one-tenth) without error, while binary real representation can only represent powers of 1/2 (one-half) exactly. Since many currencies are decimal, these representations are preferred in dealing with such moneys. This is also true for mile markers, which are often given in decimals.<br/><br/>Can be thought of as an integer part followed by a fractional part given in multiples of powers of 1/10 (tenths).<br/>
Operation
Public
asReal():Real
Details:
Sequential
Notes: Real representation of a decimal<br/>
Tag Value
persistence persistent
Details:
 
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
Number Interface Generalization To