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.2.419.0 (24.2.419.0)
Syntax public enum KindOfStepSize
Public Enumeration KindOfStepSize
public enum class KindOfStepSize
Members
| Member name | Description |
---|
| 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