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