Click or drag to resize

TabulatedFunctionSetTabulatedValues(Range, DoubleVector, DoubleVector) Method

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

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

Parameters

r  Range
A range of indices.
x  DoubleVector
Independent tabulated values.
y  DoubleVector
Dependent tabulated values.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if this operation would cause the sequence of tabulated independent values to be non-increasing.
See Also