 | TabulatedFunctionSetY Method (Range, DoubleVector) |
Sets the the tabulated dependent values in the specifed range to the
specified values.
Namespace:
CenterSpace.NMath.Core
Assembly:
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
- Type: CenterSpace.NMath.CoreRange
A range of indices. - y
- Type: CenterSpace.NMath.CoreDoubleVector
Dependent tabulated values.
See Also