ILNumerics Ultimate VS

complex Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Constructor creating a new complex value

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public complex(
	double real,
	double imag
)

Parameters

real
Type: SystemDouble
Real part
imag
Type: SystemDouble
Imaginary part
Remarks

[ILNumerics Core Module]

See Also

Reference