Range Structure |
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(Range, Range) | ||
| Inequality(Range, Range) | ||
| Multiply(Double, Range) | ||
| Multiply(Range, Double) | ||
| UnaryNegation(Range) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
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) |