Click or drag to resize
ODEMaxSteps Property
The maximum number of internal steps allowed.

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

Property Value

Type: Int32
An int specifying the maximum number of internal steps allowed.

Default: MaxSteps = 500.

Remarks
MaxSteps must be greater than zero.
See Also