Click or drag to resize

DoubleComplex(Single, Single) 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(
	float real,
	float imag
)

Parameters

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