NumericalPropagationStateHistoryIntegrationInformation Property  | 
 
            Gets the list of information about the integration process at each of the 
Times.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<NumericalIntegrationInformation> IntegrationInformation { get; }Public ReadOnly Property IntegrationInformation As IList(Of NumericalIntegrationInformation)
	Get
public:
property IList<NumericalIntegrationInformation^>^ IntegrationInformation {
	IList<NumericalIntegrationInformation^>^ get ();
}member IntegrationInformation : IList<NumericalIntegrationInformation> with get
Property Value
Type: 
IListNumericalIntegrationInformation
See Also