Fraction
CLDT assumes that a Fraction is always reduced to its lowest common denominator. Using unreduced instances of Fraction can cause errors with current implementations.
Accessing
denominator, numerator
Creating instances
numerator:denominator:
Note:
This message has been included to comply with the Blue Book and Red Book, but its use is strongly discouraged. It is possible to create an unreduced instance of Fraction with this method, which could lead to errors, because reduced Fractions are expected. The recommended way to create a Fraction is with the division message (/) or with conversion messages.
Converting
asScaledDecimal
Last modified date: 01/29/2015