UnitCartesian Constructor (Cartesian, Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic UnitCartesian(
Cartesian coordinates,
out double magnitude
)
Public Sub New (
coordinates As Cartesian,
<OutAttribute> ByRef magnitude As Double
)
public:
UnitCartesian(
Cartesian coordinates,
[OutAttribute] double% magnitude
)
new :
coordinates : Cartesian *
magnitude : float byref -> UnitCartesianParameters
- coordinates
- Type: AGI.Foundation.CoordinatesCartesian
The set of Cartesian coordinates. - magnitude
- Type: SystemDouble
On return,
the magnitude of the original set of coordinates.
Exceptions| Exception | 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