Click or drag to resize

IntervalT Operators and Type Conversions

The IntervalT type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(IntervalT, IntervalT) Adds two intervals together and returns their sum.
Public operatorStatic memberDivision(IntervalT, IntervalT) Divides two intervals and returns the quotient.
Public operatorStatic memberEquality(IntervalT, IntervalT)Compares two values to determine equality.
Public operatorStatic memberGreaterThan(IntervalT, IntervalT)Compares two values to determine which is greater.
Public operatorStatic memberGreaterThanOrEqual(IntervalT, IntervalT)Compares two values to determine which is greater or equal.
Public operatorStatic member(T to IntervalT) Performs an implicit conversion from T to IntervalT.
Public operatorStatic memberInequality(IntervalT, IntervalT)Compares two values to determine inequality.
Public operatorStatic memberLessThan(IntervalT, IntervalT)Compares two values to determine which is less.
Public operatorStatic memberLessThanOrEqual(IntervalT, IntervalT)Compares two values to determine which is less or equal.
Public operatorStatic memberMultiply(IntervalT, IntervalT) Multiplies two intervals and returns the product.
Public operatorStatic memberSubtraction(IntervalT, IntervalT) Subtracts two intervals and returns their difference.
Public operatorStatic memberUnaryNegation(IntervalT) Returns the negated interval.
Top
See Also