Interval Class |
The Interval type exposes the following members.
| Name | Description | |
|---|---|---|
| Interval(Double) | Constructor for the Interval class. | |
| Interval(Interval) | Copy constructor for the Interval class. | |
| Interval(Double, Double, Double) | Constructor for the Interval class. | |
| Interval(Int32, Double, Double) | Constructor for the Interval class. |
| Name | Description | |
|---|---|---|
| AutoDelete | (Inherited from DisposableWrapper) |
|
| Element | ||
| IsBounded | ||
| IsBoundedAbove | ||
| IsBoundedBelow | ||
| IsDisposed | (Inherited from DisposableWrapper) |
|
| IsSingleton | ||
| IsUnbounded | ||
| Length | ||
| LowerBound | ||
| Tolerance | ||
| Unbounded | ||
| UnmanagedObject | (Inherited from DisposableWrapper) |
|
| UpperBound |
| Name | Description | |
|---|---|---|
| Contains(Double) | Checks whether this interval contains the specified value. | |
| Contains(Interval) | Checks whether this interval contains the specified interval. | |
| CreateObjRef | Creates an object that contains all the relevant information
required to generate a proxy used to communicate with a remote
object. (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | (Inherited from DisposableWrapper) |
|
| GetBounds | Retrieves an array that contains upper and lower bounds for this interval. | |
| GetHashCode | (Inherited from DisposableWrapper) |
|
| GetLifetimeService | Retrieves the current lifetime service object that controls the
lifetime policy for this instance. (Inherited from MarshalByRefObject) |
|
| GetMerge | Retrieves the smallest interval containing both the specified interval and this interval. | |
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime
policy for this instance. (Inherited from MarshalByRefObject) |
|
| IntersectWith | Retrieves the interval that is at the intersection of this interval and the specified interval. | |
| IsContinuousAtUpper | Checks whether the specified interval is continuous with the upper bound of this interval. | |
| IsDisjoint | Checks whether the specified interval is disjoint from this interval. | |
| IsEqualAtLower(Double) | Checks whether the lower bounds of the specified interval and this interval are equal. | |
| IsEqualAtLower(Interval) | Checks whether the lower bounds of the specified interval and this interval are equal. | |
| IsEqualAtUpper(Double) | Checks whether the upper bounds of the specified interval and this interval are equal. | |
| IsEqualAtUpper(Interval) | Checks whether the upper bounds of the specified interval and this interval are equal. | |
| IsOverlapAtUpper | Checks whether the upper bounds of the specified interval and this interval are equal. | |
| IsPeriodicallyOn | Checks whether the specified value is periodic on this interval. | |
| Subtract | Subtracts the specified interval from this interval. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| © Bricsys NV. All rights reserved. |