ILNumerics.Net
complex Constructor (real, imag)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexcomplex(Double, Double)
ILNumerics.Net - numeric computing for .NET
Constructor creating a new complex value
Declaration Syntax
C#Visual BasicVisual C++
public complex(
	double real,
	double imag
)
Public Sub New ( _
	real As Double, _
	imag As Double _
)
public:
complex(
	double real, 
	double imag
)
Parameters
real (Double)
real part
imag (Double)
imagginary part

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)