Click or drag to resize

TabulatedFunctionSetX(Int32, Double) Method

Sets the value of the independent tabulated value at the specified index to the specified value.

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

Parameters

i  Int32
A tabulated value index.
x  Double
A value.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if this operation would cause the sequence of tabulated independent values to be non-increasing.
See Also