RangeExtent Class Members
In This Topic
The following tables list the members exposed by RangeExtent.
Public Constructors
Public Properties
| Name | Description |
| ExcludeMax |
Gets or sets whether values equal to the max value are considered matches.
|
| ExcludeMin |
Gets or sets whether values equal to the min value are considered matches.
|
| Exclusion |
Gets or sets whether values within the range are included or excluded.
|
| Max |
Gets or sets the max range value.
|
| Min |
Gets or sets the min range value.
|
Top
Public Methods
| Name | Description |
| Equals | Overloaded. |
| GetHashCode |
Serves as the default hash function.
|
| Intersects | Overloaded. |
| Offset |
Returns a new range extent offset from the current instance using the specified delta.
|
Top
See Also