Click or drag to resize

PropagationScalarIntegrationValue Property

Gets a Scalar object that is parameterized on this scalar value during integration. This scalar is only valid while the NumericalPropagator is running. For more general use, a ScalarInterpolator should be created from the NumericalPropagationStateHistory produced by the propagator.

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

Property Value

Type: Scalar
See Also