: Public <<type>> Class
Created: |
23.5.2022 18.05.04 |
Modified: |
1.8.2022 13.54.03 |
|
Project: |
|
Author: |
Marko Kauppi |
Version: |
2005 |
Phase: |
IS |
Status: |
Superseeded |
Complexity: |
Medium |
Difficulty: |
|
Priority: |
|
Multiplicity: |
|
Advanced: |
|
UUID: |
{42DB2DF9-F127-4470-BF5F-12B83D9847F6} |
Appears In: |
Context Diagram: Number, Context Diagram: Decimal, Numerics |
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/>
- Operations
- Tagged Values
- Advanced
- Other Links
Operation |
Public
asReal():Real
|
 Details:
|
Tag |
Value |
persistence |
persistent |
 Details:
|
Property |
Value |
isFinalSpecialization: |
0 |
Object |
Type |
Connection |
Direction |
Notes |
«type» Number |
Class |
Generalization |
To |
|