Range Structure |
Namespace: NeoAxis
public struct Range
The Range type exposes the following members.
| Name | Description | |
|---|---|---|
| Range(Range) | Initializes a new instance of the Range class | |
| Range(RangeF) | Initializes a new instance of the Range class | |
| Range(Double, Double) | Initializes a new instance of the Range class |
| Name | Description | |
|---|---|---|
| Divide(Double, Range, Range) | ||
| Divide(Range, Double, Range) | ||
| Equals(Object) | (Overrides ValueTypeEquals(Object).) | |
| Equals(Range, Double) | ||
| GetCenter | ||
| GetHashCode | (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Multiply(Double, Range, Range) | ||
| Multiply(Range, Double, Range) | ||
| Negate | ||
| Parse | ||
| ToRangeF | ||
| ToRangeI | ||
| ToString | (Overrides ValueTypeToString.) | |
| ToString(Int32) | ||
| ToVector2 |
| Name | Description | |
|---|---|---|
| Division(Double, Range) | ||
| Division(Range, Double) | ||
| Equality | ||
| Inequality | ||
| Multiply(Double, Range) | ||
| Multiply(Range, Double) | ||
| UnaryNegation |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |