Gets the Y-value of the curve at the specified
X-coordinate.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Overrides Function ValueAt ( _
x As Double _
) As Double
|
| Visual C++ |
public:
virtual double ValueAt(
double x
) override
|
Return Value
The Y-value of the curve at the specified
X-coordinate.
See Also