EAFloat : public class
Created: 2010-02-02 16:19:17
Modified: 2010-06-01 14:32:42
Project:
Advanced:
<p>An instance of Float is an element from the set of real numbers. The value must comply with IEEE 754 and is limited to what can be expressed by a 64 bit binary representation.<br/></p><p><br/></p><p>Semantics:<br/></p><p>Float has the semantics of the Float datatype as defined by IEEE Standard for Floating-Point Arithmetic (IEEE 754).<br/></p><p><br/></p><p>Notation:<br/></p><p>The datatype Float is denoted using the rectangle symbol with keyword «Datatype Float».<br/></p><p><br/></p><p>Extension: UML Datatype<br/></p>
Attribute Details
public Float
  max
Notes: The maximal value of the range.
public Float
  min
Notes: The minimum value of the range.
Object Type Connection Notes
RangeableDatatype Class Generalization