PiecewiseCurve.SetYValue 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#
public void SetYValue(
	int index,
	double value
)

Parameters

index  Int32
A zero-based index.
value  Double
The Y value at the specified index.

Exceptions

ArgumentOutOfRangeExceptionindex is less than zero or greater than NumberOfIntervals.

See Also