Sets the value of the dependent tabulated value at the specified index to the specified value.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public void SetY(
	int i,
	double y
)
Visual Basic (Declaration)
Public Sub SetY ( _
	i As Integer, _
	y As Double _
)
Visual C++
public:
void SetY(
	int i, 
	double y
)

Parameters

i
Type: System..::.Int32
A tabulated value index.
y
Type: System..::.Double
A value.

See Also