Curve.Solve Method
Finds the x value where the curve reaches the specified y value.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The value of x where the curve has the value y.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual double Solve(
double y,
double x0
)
Parameters
Return Value
DoubleThe value of x where the curve has the value y.