Gets the Y-value of the curve at the specified
X-coordinate.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract double ValueAt(
double x
)
Public MustOverride Function ValueAt (
x As Double
) As Double
public:
virtual double ValueAt(
double x
) abstract
abstract ValueAt :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe Y-value of the curve at the specified
X-coordinate.
Reference