Click or drag to resize

DoubleComplex(Double) Constructor

Constructs a DoubleComplex instance with the specified real part. The imaginary part is set to 0.0.

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

Parameters

real  Double
The real part.
See Also