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: 5.1.0.0

Syntax

C#
public FloatComplex(
	double real
)
Visual Basic (Declaration)
Public Sub New ( _
	real As Double _
)
Visual C++
public:
FloatComplex(
	double real
)

Parameters

real
Type: System..::.Double
The real part.

See Also