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