The stepsize to use when changing x.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Step { get; set; }
Public Property Step As Double
Get
Set
public:
property double Step {
double get ();
void set (double value);
}
member Step : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the order of magnitude
estimate of the required change in
x when stepping towards the
minimum.
Remarks
By default, Step is set to 0.1.
See Also