The Range type exposes the following members.

Methods

  NameDescription
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()()().)
IsInsideOverloaded.
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

  NameDescription
Equality
Equality operator - checks if two ranges have equal min/max values.
Inequality
Inequality operator - checks if two ranges have different min/max values.

See Also