 | TabulatedFunctionSetY(Range, DoubleVector) Method |
Sets the the tabulated dependent values in the specifed range to the
specified values.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void SetY(
Range r,
DoubleVector y
)
Public Sub SetY (
r As Range,
y As DoubleVector
)
public:
void SetY(
Range^ r,
DoubleVector^ y
)
member SetY :
r : Range *
y : DoubleVector -> unit
Parameters
- r Range
- A range of indices.
- y DoubleVector
- Dependent tabulated values.
See Also