IMSL C# Numerical Library

OdeRungeKutta.MinimumStepsize Property

The minimum internal step size.

public double MinimumStepsize {get; set;}

Property Value

A double specifying the minimum internal step size.

Remarks

By default, MinimumStepsize = 0.

Exceptions

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

See Also

OdeRungeKutta Class | Imsl.Math Namespace