The Range type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Clamp | Clamps the specified value to this range.
That is, the returned value will be within this range.
| |
| Contains | Determines whether the specified value is within the range.
| |
| Equals |
Compare for equality.
(Overrides ValueType Equals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Calculates hash code for a range.
(Overrides ValueType GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string representation of the range.
(Overrides ValueType ToString .) |
See Also