Polynomial<T>.Value At Method
Evaluates the polynomial for a real argument.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
The value of the polynomial for the specified argument.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public override T ValueAt(
T x
)
Parameters
- x T
- A real number.
Return Value
TThe value of the polynomial for the specified argument.