Click or drag to resize

NumericalPropagatorPropagationDirection Property

Gets the direction of propagation with regard to time, either increasing or decreasing. To reverse the direction of propagation, call either 'Propagate' or 'TakeStep' with a duration which has the opposite sign.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IntegrationSense PropagationDirection { get; }

Property Value

Type: IntegrationSense
See Also