Click or drag to resize

NumericalIntegratorDirection Property

Gets or sets whether to integrate forward, increasing the independent variable, or backward, decreasing the independent variable.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IntegrationSense Direction { get; set; }

Property Value

Type: IntegrationSense
See Also