UnitRectangular Constructor (Double, Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 22.1.413.0 (22.1.413.0)
Syntaxpublic UnitRectangular(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
UnitRectangular(
double x,
double y
)
new :
x : float *
y : float -> UnitRectangular
Parameters
- x
- Type: SystemDouble
The linear coordinate along the positive x-axis. - y
- Type: SystemDouble
The linear coordinate along the positive y-axis.
ExceptionsException | Condition |
---|
DivideByZeroException |
The magnitude of the provided coordinates must not be zero.
|
NotFiniteNumberException |
The magnitude of the provided coordinates must not be infinite.
|
See Also