The Range type exposes the following members.
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 ValueTypeEquals(Object).) |
![]() |
GetHashCode |
Calculates hash code for a range.
(Overrides ValueTypeGetHashCode.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString |
Returns a string representation of the range.
(Overrides ValueTypeToString.) |
See Also