NumericalPropagatorDefinitionAuxiliaryElements Property |
Gets the collection of
AuxiliaryStateElements which together
define the auxiliary output from the propagator. These values are computed after each step based on
the calculations performed during integration but are not integrated themselves.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ICollection<AuxiliaryStateElement> AuxiliaryElements { get; }
Public ReadOnly Property AuxiliaryElements As ICollection(Of AuxiliaryStateElement)
Get
public:
property ICollection<AuxiliaryStateElement^>^ AuxiliaryElements {
ICollection<AuxiliaryStateElement^>^ get ();
}
member AuxiliaryElements : ICollection<AuxiliaryStateElement> with get
Property Value
Type:
ICollectionAuxiliaryStateElementSee Also