Initializes a new instance of the Complex class.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Complex(
	double re,
	double im
)

Parameters

re
Type: System..::.Double
Real part.
im
Type: System..::.Double
Imaginary part.

See Also