CartesianBounds Properties |
The CartesianBounds type exposes the following members.
| Name | Description | |
|---|---|---|
| IsFinite |
Gets a value indicating whether this instance has a finite range.
| |
| IsUnbounded |
Gets a value indicating whether this instance ranges from NegativeInfinity to PositiveInfinity for all coordinates.
| |
| IsUndefined |
Gets a value indicating whether any of the bounds coordinates for this instance have the value NaN.
| |
| LowerBound |
Gets the minimal value defining the bounds.
| |
| Unbounded |
Gets a set of CartesianBounds representing the full range of real values from negative infinity to positive infinity.
| |
| Undefined |
Gets a set of CartesianBounds with values of NaN.
| |
| UpperBound |
Gets the maximal value defining the bounds.
| |
| XBounds |
Gets the bounds for the X coordinate.
| |
| YBounds |
Gets the bounds for the Y coordinate.
| |
| ZBounds |
Gets the bounds for the Z coordinate.
|