Click or drag to resize

TabulatedFunctionSetY(Range, DoubleVector) Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetY(
	Range r,
	DoubleVector y
)

Parameters

r  Range
A range of indices.
y  DoubleVector
Dependent tabulated values.
See Also