The maximum number of internal steps allowed.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int MaxSteps { get; set; }
Visual Basic (Declaration)
Public Property MaxSteps As Integer
Visual C++
public:
property int MaxSteps {
	int get ();
	void set (int value);
}

Field Value

An int scalar specifying the maximum number of internal steps allowed between each output point of the integration.

Default: MaxSteps = 500000.

See Also