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: 10.1.0
C#
The value of x where the curve has the value y.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 10.1.0
public virtual T Solve(
T y,
T x0
)Parameters
Return Value
TThe value of x where the curve has the value y.