Calculates the parameter value on the curve that is equal to the specified point. The point must lie on the curve.
Name | Type | Description |
Points | Double | Input/output double that specifies the points. |
GuessParams | Double | Input array of parameter values that are an initial guess to optimize the calculation. |
MaxDeviations | Double | Output array of Doubles that returns the maximum deviation achieved from the input points. |
Params | Double | Input/output array of Doubles that specifies the parameters. |
SolTypes | SolutionNatureEnum | Output that returns the nature of the solution found. |