Click or drag to resize

TabulatedFunctionSetX(Range, DoubleVector) Method

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

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

Parameters

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