Piecewise Curve.Set Data Points Method
Sets the data points at the specified indexes.
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 SetDataPoints(
int[] indexes,
Point[] newValues
)
Parameters
Exceptions
Argument | One or more of the indexes is less than zero or
greater than NumberOfIntervals. -or- Setting the x values would cause the x values to no longer be in ascending order. |