Piecewise Curve.Set Data Points Method
Sets the data points at the specified indexes.
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 SetDataPoints(
int[] indexes,
Point[] newValues
)
Parameters
Exceptions
Argument | One or more of the indexes is less than zero or
greater than NumberOfIntervals. |