The Range type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Check if this instance of Range equal to the specified one.
(Overrides ValueType..::.Equals(Object).) |
![]() | GetHashCode |
Get hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().) |
![]() | IsInside | Overloaded. |
![]() | IsOverlapping |
Check if the specified range overlaps with the range.
|
![]() | ToIntRange |
Convert the signle precision range to integer range.
|
![]() | ToString |
Get string representation of the class.
(Overrides ValueType..::.ToString()()().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Equality operator - checks if two ranges have equal min/max values.
|
![]() ![]() | Inequality |
Inequality operator - checks if two ranges have different min/max values.
|