Gets the values of all free parameters.
Syntax
object.ParameterVector (x)
The ParameterVector method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
x |
An array of type double dimensioned in the calling program as Dim x() as Double On return from ParameterVector, x is a 1-dimensional array containing the vector of free parameters. |
Placement: [3].
See Also