ILNumerics.Net - numeric computing for .NET
Constructor creating a new complex value

Namespace:  ILNumerics
Assembly:  ILNumerics.Net (in ILNumerics.Net.dll)
Version: 1.3.12.0 (0.9.28.0)

Syntax

C#
public complex(
	double real,
	double imag
)
Visual Basic (Declaration)
Public Sub New ( _
	real As Double, _
	imag As Double _
)
Visual C++
public:
complex(
	double real, 
	double imag
)

Parameters

real
Type: System..::.Double
real part
imag
Type: System..::.Double
imagginary part

See Also