NumericalPropagator.PropagationDirection 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic IntegrationSense PropagationDirection { get; }
Public ReadOnly Property PropagationDirection As IntegrationSense
Get
public:
property IntegrationSense PropagationDirection {
IntegrationSense get ();
}
member PropagationDirection : IntegrationSense with get
Property Value
Type:
IntegrationSense
See Also