Click or drag to resize

PolynomialEvaluateComplex Method

Evaluates the current function at the given complex x-value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplex EvaluateComplex(
	DoubleComplex x
)

Parameters

x  DoubleComplex
The x-value.

Return Value

DoubleComplex
The value of the current function at x.
See Also