Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum IntegrationSense
Members
  Member nameDescription
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