Sets the the tabulated dependent 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 SetY(
	Range r,
	DoubleVector y
)
Visual Basic (Declaration)
Public Sub SetY ( _
	r As Range, _
	y As DoubleVector _
)
Visual C++
public:
void SetY(
	Range^ r, 
	DoubleVector^ y
)

Parameters

r
Type: CenterSpace.NMath.Core..::.Range
A range of indices.
y
Type: CenterSpace.NMath.Core..::.DoubleVector
Dependent tabulated values.

See Also