The AxisRange type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| AxisRange |
Initializes a new instance of the AxisRange class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified object is equal to the current object.
(Overrides ValueType Equals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueType GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a string that represents the current object.
(Overrides ValueType ToString .) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Equality operator.
| |
| Inequality |
Inequality operator.
|
Fields
| Name | Description | |
|---|---|---|
| DefaultRange | Gets an open range, that is, a range where both high and low limits are null.
|
Properties
| Name | Description | |
|---|---|---|
| High | Gets the high value. | |
| Low | Gets the low value. |
See Also