Interval Operators and Type Conversions

Operators

Addition(Double, Interval) Returns an interval shifted by a specified value..
Addition(Interval, Interval) Returns the sum of two intervals.
Addition(Interval, Double) Returns an interval shifted by a specified value..
Division(Interval, Double) Returns a scaled interval.
Equality(Interval, Interval) Returns a value indicating whether two instances of Interval are equal.
Implicit(Interval to Interval<Double>) Implicitly converts a specialized interval of real numbers to a generic interval.
Implicit(Interval<Double> to Interval) Implicitly converts a generic interval of real numbers to a specialized interval.
Inequality(Interval, Interval) Returns a value indicating whether two instances of Interval are not equal.
Multiply(Double, Interval) Returns a scaled interval.
Multiply(Interval, Double) Returns a scaled interval.
Subtraction(Double, Interval) Returns an interval negated and shifted to the right by a specified value.
Subtraction(Interval, Interval) Returns the sum of two intervals.
Subtraction(Interval, Double) Returns an interval shifted to the left by a specified value.

See Also