Complex Constructor (Double) |
Initializes a new instance with only the real component. The imaginary component defaults to 0.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Complex(
double real
)
Public Sub New (
real As Double
)
public:
Complex(
double real
)
new :
real : float -> Complex
Parameters
- real
- Type: SystemDouble
The real component of the complex value.
See Also