NumericalPropagatorStepSizeInformation Property |
Gets information about the last step that was taken by the integrator.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StepSizeInformation StepSizeInformation { get; }
Public ReadOnly Property StepSizeInformation As StepSizeInformation
Get
public:
property StepSizeInformation StepSizeInformation {
StepSizeInformation get ();
}
member StepSizeInformation : StepSizeInformation with get
Property Value
Type:
StepSizeInformationSee Also