EAFloat : public class
Created: |
2010-02-02 16:19:17 |
Modified: |
2010-06-01 14:32:42 |
|
Project: |
|
Author: |
yt57906 |
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{C3B7BF74-6A76-4a54-994D-79812BADB92B} |
Appears In: |
Datatypes |
<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.
|
|