Sets the value of the independent 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 SetX(
	int i,
	double x
)
Visual Basic (Declaration)
Public Sub SetX ( _
	i As Integer, _
	x As Double _
)
Visual C++
public:
void SetX(
	int i, 
	double x
)

Parameters

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

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if this operation would cause the sequence of tabulated independent values to be non-increasing.

See Also