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