Sets the Y value of the data point with the specified index.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void SetYValue(
int index,
double value
)
Public Sub SetYValue (
index As Integer,
value As Double
)
public:
void SetYValue(
int index,
double value
)
member SetYValue :
index : int *
value : float -> unit
Parameters
- index
- Type: SystemInt32
A zero-based index. - value
- Type: SystemDouble
The Y value at the specified index.
Reference