Polynomial.Complex Value At Method
Evaluates the polynomial for a complex number
argument.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the polynomial for the specified argument.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Complex<double> ComplexValueAt(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The value of the polynomial for the specified argument.