IntegrationSense Enumeration |
Indicates whether the integration proceeds with the independent variable increasing or decreasing.
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 IntegrationSense
Public Enumeration IntegrationSense
public enum class IntegrationSense
Members
| Member name | Description |
---|
| Increasing |
Apply the step forward so that the final independent variable value
is greater than the initial independent variable value.
|
| Decreasing |
Apply the step backward so that the final independent variable value
is less than the initial independent variable value.
|
See Also