Click or drag to resize

Complex Constructor

Initializes a new instance of the Complex class.

Namespace: DotNumerics
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Complex(
	double real,
	double imaginary
)
Request Example View Source

Parameters

real  Double
The real part of the Complex number.
imaginary  Double
The imaginary part of the complex number.
See Also