StoppablePropagatorDefinitionDirection Property |
Gets a value that will, at run time, report the current direction of propagation of the
StoppablePropagator.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ValueDefinition<IntegrationSense> Direction { get; }
Public ReadOnly Property Direction As ValueDefinition(Of IntegrationSense)
Get
public:
property ValueDefinition<IntegrationSense>^ Direction {
ValueDefinition<IntegrationSense>^ get ();
}
member Direction : ValueDefinition<IntegrationSense> with get
Property Value
Type:
ValueDefinitionIntegrationSenseSee Also