The data type used in the interval. E.g. {@link Double}.
Initializes a new instance of an Interval.
The minimum value in the interval.
The maximum value in the interval.
The end point type for the minimum value.
The end point type for the maximum value.
Initializes a new instance of an Interval.
Gets the maximum interval value.
The maximum value in the interval.
Sets the maximum interval value.
The maximum value in the interval.
The maximum value in the interval.
Gets the end point type for the maximum value of the interval.
Sets the end point type for the maximum value of the interval.
Gets the minimum interval value.
The minimum value in the interval.
Sets the minimum interval value.
The minimum value in the interval.
The minimum value in the interval.
Gets the end point type for the minimum value of the interval.
Sets the end point type for the minimum value of the interval.
Determines whether a value is within this interval.
The value to check.
true
if the value is contained in the interval, false
otherwise.
An interval, defined by a minimum and maximum with respective open or closed endpoints.