Public Member Functions | |
Interval (const double left_point, const double right_point) | |
unsigned int | memory_consumption () const |
Public Attributes | |
double | left_point |
double | right_point |
unsigned int | content |
Constructor. Sets the bounds and sets the number of values in this interval to zero.
Determine an estimate for the memory consumption (in bytes) of this object.
Left bound of the interval.
Right bound of the interval.
Number of values in this interval.