Click or drag to resize

TabulatedFunctionSetY(Int32, Double) Method

Sets the value of the dependent 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 SetY(
	int i,
	double y
)

Parameters

i  Int32
A tabulated value index.
y  Double
A value.
See Also