IMSL C# Numerical Library

OdeRungeKutta.InitialStepsize Property

The initial internal step size.

public double InitialStepsize {get; set;}

Property Value

A double specifying the initial internal step size.

Exceptions

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

See Also

OdeRungeKutta Class | Imsl.Math Namespace