IntervalT Methods |
The IntervalT type exposes the following members.
| Name | Description | |
|---|---|---|
| Abs | Returns the absolute value interval. | |
| Add | Adds two intervals and returns the sum. | |
| Clone | Creates a copy of the specified interval. | |
| Combine | Combines two intervals that meet. This is similar to a union, but the intervals must meet. | |
| CompareTo(IntervalT) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
| CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
| Contains | Determines whether this interval contains the specified value. | |
| Divide | Divides two intervals and returns the quotient. | |
| Equals(IntervalT) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | |
| Equals(IntervalT, IntervalT) | Compares two values for equality. | |
| From(T) | Creates a single-point interval and inflates bounds conservatively. | |
| From(T, T) | Creates an interval with conservatively inflated bounds. | |
| FromExact(T) | Creates a single-point interval without inflating bounds. | |
| FromExact(T, T) | Creates an interval with exact bounds (no inflation). | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
| GetInflatedBounds | Gets the inflated lower and upper bounds for a computed value. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsDisjoint | Determines whether two intervals are disjoint. Two intervals are disjoint if no part of one interval is contained in the other. | |
| Maxx | Returns the interval that is considered the maximum when comparing bounds. | |
| Multiply | Multiplies two intervals and returns the product. | |
| Sqrt | Returns an interval that represents the square root of this interval. | |
| Subtract | Subtracts two intervals and returns the difference. | |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) | |
| ToString(String, IFormatProvider) | Returns a string that represents this instance. | |
| TryParse | Attempts to parse a string into an IntervalT. |