Polynomial.Value At Method
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Overload List
| Value | Gets the Y-values of the curve at the specified X-coordinates. |
| Value | Evaluates the polynomial for a real argument. |
| Value | Gets the Y-values of the curve at the specified X-coordinates. |
| Value | Gets the Y-values of the curve at the specified X-coordinates. |
| Value | Gets the Y-values of the curve at the specified X-coordinates. |
ValueAt(Double)
Evaluates the polynomial for a real argument.
public override double ValueAt(
double x
)Parameters
- x Double
- A real number.
Return Value
DoubleThe value of the polynomial for the specified argument.