Name | Description | |
---|---|---|
NRangeI Constructor | Initializer constructor |
The following tables list the members exposed by NRangeI.
Name | Description | |
---|---|---|
NRangeI Constructor | Initializer constructor |
Name | Description | |
---|---|---|
Begin | The range begin (inclusive) | |
End | The range end (non inclusive) | |
Zero | The Zero range (Begin and End equal to zero) |
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 | Returns true if the objects are equal. | |
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. | |
GetValueInRange | Returns the nearest value that lies in this range. | |
Inflate | Inflates this range with the specified value. | |
Intersect | Interscects the range with another one. | |
Intersects | Checks if the ranges intersect each other. | |
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. |