DiscreteInterval Structure |
Namespace: Meta.Numerics
The DiscreteInterval type exposes the following members.
Name | Description | |
---|---|---|
LeftEndpoint |
Gets the minimum value on the interval.
| |
RightEndpoint |
Gets the maximum value on the interval.
|
Name | Description | |
---|---|---|
Equals(Object) |
Tests whether a given object is equal to the current interval.
(Overrides ValueTypeEquals(Object).) | |
Equals(DiscreteInterval) |
Tests wither the current instance is equal to another discrete interval.
| |
FromEndpoints |
Instantiates a new discrete interval from the given endpoints.
| |
GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Equality |
Tests whether two discrete intervals are equal.
| |
Inequality |
Tests whether two intervals are not equal.
|