dt_Interval : public class
| Created: |
09/19/06 10:59:07 |
| Modified: |
09/20/06 08:29:35 |
|
Project: |
|
| Author: |
John Arnett |
| Version: |
1.0 |
| Phase: |
1.0 |
| Status: |
Proposed |
| Complexity: |
Easy |
Advanced: |
|
| UUID: |
{66773D3F-161E-41b4-9CD9-A04A13DE6E08} |
| Appears In: |
Technical |
A representation of a set of consecutive and ordered values of the base data type.
| Attribute |
Details |
private T low |
Range:0 to 1
|
Notes:
|
The low boundary of the interval.
|
|
private T width |
Range:0 to 1
|
Notes:
|
The difference between the high and low boundary of the interval.
|
|
private T high |
Range:0 to 1
|
Notes:
|
The high boundary of the interval.
|
|
private T centre |
Range:0 to 1
|
Notes:
|
The arithmetic mean of the high and low boundary of the interval.
|
|