Click or drag to resize

KindOfStepSize Enumeration

Indicates what kind of behavior the step size will have during integration.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum KindOfStepSize
Members
  Member nameDescription
Fixed Maintain a given step size from one step to the next.
Relative Update the step size relative to the error in the process of integration.
See Also