Click or drag to resize

DoubleComplex(Double, Double) Constructor

Constructs a DoubleComplex instance with the specified real and imaginary parts.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplex(
	double real,
	double imag
)

Parameters

real  Double
The real part.
imag  Double
The imaginary part.
See Also