Gaussian Curve.Value At Method
Gets the Y-value of the curve at the specified
X-coordinate.
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The Y-value of the curve at the specified X-coordinate.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override double ValueAt(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe Y-value of the curve at the specified X-coordinate.