 | TabulatedFunctionSetY(Int32, Double) Method |
Sets the value of the dependent tabulated value at the specified
index to the specified value.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void SetY(
int i,
double y
)
Public Sub SetY (
i As Integer,
y As Double
)
public:
void SetY(
int i,
double y
)
member SetY :
i : int *
y : float -> unit
Parameters
- i Int32
- A tabulated value index.
- y Double
- A value.
See Also