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