IntervalT Properties |
The IntervalT type exposes the following members.
| Name | Description | |
|---|---|---|
| ArithmeticAverage | Gets the arithmetic average of this interval. | |
| InflateDown | Gets a function that inflates a value towards negative infinity (used to ensure a conservative lower bound). | |
| InflateUp | Gets a function that inflates a value towards positive infinity (used to ensure a conservative upper bound). | |
| Max | Represents the upper bound of this interval. | |
| Min | Represents the lower bound of this interval. | |
| One | Gets a value that represents the number one as a single-point interval, [1,1]. | |
| Size | Gets the size of this interval, calculated as Max minus Min. | |
| Two | Gets a value that represents the number two as a single-point interval, [2,2]. | |
| Zero | Gets a value that represents the number zero as a single-point interval, [0,0]. |