The maximum number of internal steps allowed.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int MaxSteps { get; set; }
Public Overridable Property MaxSteps As Integer
Get
Set
public:
virtual property int MaxSteps {
int get ();
void set (int value);
}
abstract MaxSteps : int with get, set
override MaxSteps : int with get, set
Property Value
Type:
Int32
An
int specifying the maximum number of internal
steps allowed.
Default: MaxSteps = 500.
Remarks MaxSteps must be greater than zero.
See Also