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