Interval Methods

Methods

Add(Double, Interval) Returns an interval shifted by a specified value..
Add(Interval, Interval) Returns the sum of two intervals.
Add(Interval, Double) Returns an interval shifted by a specified value..
Contains Tests whether a number is contained in the interval.
Divide Returns a scaled interval.
Equals Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueType.Equals(Object))
GetHashCode Returns the hash code for this instance.
(Overrides ValueType.GetHashCode())
GetTypeGets the Type of the current instance.
(Inherited from Object)
Multiply(Double, Interval) Returns a scaled interval.
Multiply(Interval, Double) Returns a scaled interval.
Subtract(Double, Interval) Returns an interval negated and shifted to the right by a specified value.
Subtract(Interval, Interval) Returns the sum of two intervals.
Subtract(Interval, Double) Returns an interval shifted to the left by a specified value.
ToString() Gets a string representation of the interval.
(Overrides ValueType.ToString())
ToString(String) Gets a string representation of the interval.
ToString(String, IFormatProvider) Gets a string representation of the interval.

See Also