| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic enum KindOfStepSize
Public Enumeration KindOfStepSize
public enum class KindOfStepSize
 Members
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
See Also