IMSL C# Numerical Library

OdeRungeKutta.MaxSteps Property

The maximum number of internal steps allowed.

public int MaxSteps {get; set;}

Property Value

An int specifying the maximum number of internal steps allowed.

Remarks

By default, MaxSteps = 500.

Exceptions

Exception Type Condition
ArgumentException is thrown if MaxSteps is less than or equal to zero

See Also

OdeRungeKutta Class | Imsl.Math Namespace