Sets the the tabulated independent values in the specifed range to the specified values.

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

Syntax

C#
public void SetX(
	Range r,
	DoubleVector x
)
Visual Basic (Declaration)
Public Sub SetX ( _
	r As Range, _
	x As DoubleVector _
)
Visual C++
public:
void SetX(
	Range^ r, 
	DoubleVector^ x
)

Parameters

r
Type: CenterSpace.NMath.Core..::.Range
A range of indices.
x
Type: CenterSpace.NMath.Core..::.DoubleVector
Independent tabulated values.

Exceptions

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

See Also