: Public <<Type>> Class
Created: 4/10/2008 12:15:53 PM
Modified: 4/10/2008 12:15:53 PM
Project:
Advanced:
The common binary Real finite implementation using base 2. Since such reals can approximate any measure where absolute accuracy is not possible, this form of numeric is most often used for measures. In cases were absolute accuracy is needed, such as currencies, then a decimal representation may be preferred (assuming the currency is decimal, such as the US dollar, British pound, etc.). Where there are no subunits possible, Integer numbers may be preferred.  <br /></p><p><br /></p><p>Can be thought of as an integer part followed by a fractional part given in multiples of powers of 1/2 (halves).<br /></p>
Operation
Public
absoluteValue():Real
Details:
sequential
Notes: The positive (or non-negative) real having the same magnitude as the source,
Public
asDecimal( length: Integer,
):Decimal
Details:
sequential
Public
floor():Integer
Details:
sequential
Notes: Round Down to the Nearest Integer
Tag Value
persistence persistent
Details:
 
Object Type Connection Notes
«Type» Number Class Generalization