Click or drag to resize

TabulatedFunctionSetTabulatedValues(Int32, Double, Double) Method

Set the values of the tabulated point at the specified index to the specified value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetTabulatedValues(
	int i,
	double x,
	double y
)

Parameters

i  Int32
Index.
x  Double
Independent variable value.
y  Double
Dependent variable value.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if this operation would cause the sequence of tabulated independent values to be non-increasing.
See Also