Piecewise Curve.Set YValue Method
Sets the Y value of the data point with the specified index.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public void SetYValue(
int index,
double value
)
Parameters
Exceptions
Argument | index is less than zero or greater than NumberOfIntervals. |