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.2.419.0 (24.2.419.0)
Syntax public IntegrationSense Direction { get; set; }
Public Property Direction As IntegrationSense
Get
Set
public:
property IntegrationSense Direction {
IntegrationSense get ();
void set (IntegrationSense value);
}
member Direction : IntegrationSense with get, set
Property Value
Type:
IntegrationSenseSee Also