Name | Description | |
---|---|---|
Combine | Combines the two ranges. | |
Contains | Overloaded. Returns true if the range contains the specified value. | |
Equals | Returns true if the objects are equal. | |
FitInRange | Tries to fit the passed range floato this range. | |
floatersect | floaterscects the range with another one | |
floatersects | Checks if the ranges floatersec each other | |
GetBeginValue | Gets the normalized begin value | |
GetEndValue | Gets the normalized end value | |
GetHashCode | Returns the hash code of this instance. | |
GetLength | Returns the absolute length of this range. | |
GetOffsetFromValue | Returns the distance between the begin or end values of the range. | |
GetValueInRange | Returns the nearest value that lies in this range. | |
Inflate | Inflates this range with the specified value. | |
Invert | Changes the begin and end values of this range. | |
IsInverted | Returns true if the range is inverted. | |
Normalize | Normalizes the range. | |
Offset | Moves the range with the specified offset. | |
ToString | Returns the string representation of the range. |