Click or drag to resize

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

Parameters

real  Single
The real part.
See Also