| StepSizeInformation Enumeration | 
 
            Indicates the behavior of the size of an integration step produced by an integrator.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntax[FlagsAttribute]
public enum StepSizeInformation
<FlagsAttribute>
Public Enumeration StepSizeInformation
[FlagsAttribute]
public enum class StepSizeInformation
[<FlagsAttribute>]
type StepSizeInformation
 Members
Members|  | Member name | Description | 
|---|
|  | Unchanged | The step size was unchanged by the integrator | 
|  | Increased | The step size was increased by the integrator while adapting it. | 
|  | Decreased | The step size was decreased by the integrator while adapting it. | 
|  | UsedMaximum | The step size was bounded by the maximum step size. | 
|  | UsedMinimum | The step size was bounded by the minimum step size. | 
 See Also
See Also