Click or drag to resize
MinUnconMultiVarMaximumStepsize Property
The maximum allowable stepsize to use.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double MaximumStepsize { get; set; }

Property Value

Type: Double
A nonnegative double value specifying the maximum allowable stepsize.
Exceptions
ExceptionCondition
ArgumentException is thrown if MaximumStepsize is less than or equal to 0
Remarks
By default, maximum stepsize is set to a value based on a scaled Guess.
See Also