| UnitCartesian Constructor (Cartesian, Double) | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
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
Exceptions See Also
See Also