Click or drag to resize
ODEInitialStepsize Property
The initial internal step size.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double InitialStepsize { get; set; }

Property Value

Type: Double
A double specifying the initial internal step size.

Default: InitialStepsize = 0.0.

Remarks
InitialStepsize must be greater than or equal to zero.
See Also