Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Complex(
	double real
)

Parameters

real
Type: SystemDouble
The real component of the complex value.
See Also