ILNumerics.Net
fcomplex Constructor (real, imag)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsfcomplexfcomplex(Single, Single)
ILNumerics.Net - numeric computing for .NET
Construct new float complex number
Declaration Syntax
C#Visual BasicVisual C++
public fcomplex(
	float real,
	float imag
)
Public Sub New ( _
	real As Single, _
	imag As Single _
)
public:
fcomplex(
	float real, 
	float imag
)
Parameters
real (Single)
real part
imag (Single)
imaginary part

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