PiecewiseCurve.SetYValue 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.0
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

ArgumentOutOfRangeException

index is less than zero or greater than NumberOfIntervals.

See Also