Assigns values to the vector of free parameters.
Syntax
object.PutParameterVector (x)
The PutParameterVector method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
x |
A 1-dimensional array of type double. x must be dimensioned to have exactly one element for each parameter. The first parameter is in x(0). (The number of parameters can be obtained with the NumberOfParameters method.) |
Placement: [3].
See Also