Click or drag to resize

FloatComplex(Double) Constructor

Constructs a FloatComplex 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 FloatComplex(
	double real
)

Parameters

real  Double
The real part.
See Also