Gompertz Curve.Value At Method
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Overload List
| Value | Gets the Y-values of the curve at the specified X-coordinates. |
| Value | Gets the Y-value of the curve at the specified X-coordinate. |
| Value | Gets the Y-values of the curve at the specified X-coordinates. |
| Value | Gets the Y-values of the curve at the specified X-coordinates. |
| Value | Gets the Y-values of the curve at the specified X-coordinates. |
ValueAt(Double)
Gets the Y-value of the curve at the specified X-coordinate.
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.