IMSL C# Numerical Library

OdeRungeKutta.MaximumStepsize Property

The maximum internal step size.

public double MaximumStepsize {get; set;}

Property Value

A double specifying the maximum internal step size.

Remarks

By default, MaximumStepsize = 2.

Exceptions

Exception Type Condition
ArgumentException is thrown if MaximumStepsize is less than or equal to 0

See Also

OdeRungeKutta Class | Imsl.Math Namespace