Returns the imaginary part of the complex number c.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static double Imag(
	DoubleComplex c
)
Visual Basic (Declaration)
Public Shared Function Imag ( _
	c As DoubleComplex _
) As Double
Visual C++
public:
static double Imag(
	DoubleComplex c
)

Parameters

c
Type: CenterSpace.NMath.Core..::.DoubleComplex
Complex number.

Return Value

Imaginary part of c.

See Also