Name | Description | |
---|---|---|
NRange Constructor | Initializer constructor |
The following tables list the members exposed by NRange.
Name | Description | |
---|---|---|
NRange Constructor | Initializer constructor |
Name | Description | |
---|---|---|
IsNormalized | Returns true if the range is normal. |
Name | Description | |
---|---|---|
Combine | Combines the two ranges. | |
Contains | Overloaded. Returns true if the range contains the specified value. | |
Equals | Overloaded. Checks whether this range is equal to the other range | |
FitInRange | Tries to fit the passed range into this range. | |
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. | |
GetRangeDisposition | Gets the range disposition of this range to another range | |
GetValueInRange | Returns the nearest value that lies in this range. | |
Inflate | Inflates this range with the specified value | |
Intersect | Calculates the intersection between two ranges | |
IntersectsWith | Calculates the intersection between two ranges. | |
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 |