Click or drag to resize

NMathFunctionsImag(DoubleComplex) Method

Returns the imaginary part of the complex number c.

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

Parameters

c  DoubleComplex
Complex number.

Return Value

Double
Imaginary part of c.
See Also