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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
IListNumericalIntegrationInformationSee Also