dt_Interval : public class
Created: 09/19/06 10:59:07
Modified: 09/20/06 08:29:35
Project:
Advanced:
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.
Object Type Connection Notes
dt_PhysicalQuantityInterval Class Tree  
dt_TimeInterval Class Tree  
dt_IntegerInterval Class Tree