Linear Combination<T>.Value At Method
Gets the Y-value of the curve at the specified
X-coordinate.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
The Y-value of the curve at the specified X-coordinate.
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 Y-value of the curve at the specified X-coordinate.