Click or drag to resize
ODEMinimumStepsize Property
The minimum internal step size.

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

Property Value

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

Default: MinimumStepsize = 0.0.

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