MaxStep: Double;
MaxStep: double;
The MaxStep property determines the value of maximum distance between approximations.
The property is outdated.
This property is relevant if the system of nonlinear equations uses for solution modified Newton method to minimize the sum of squares: that is, ISmNonLinearEquations.MethodType = NonLinearEquationsType.MinErrorGaussNewtonMethod.
The property use is given in the example for ISmNonLinearEquations.CalcInitExpressionMode.
See also: