The stepsize to use when changing x.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double Step { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Step As Double |
Visual C++ |
---|
public: property double Step { double get (); void set (double value); } |
Field Value
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.