Click or drag to resize

Complex  Conversion (Double to Complex)

Implicit conversion from double to complex number.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static implicit operator Complex (
	double real
)

Parameters

real
Type: SystemDouble
The real component of the complex number.

Return Value

Type: Complex
A Complex type with the imaginary part defaulted to 0.
See Also