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: 25.1.421.0 (25.1.421.0)
Syntaxpublic StepSizeInformation StepSizeInformation { get; }Public ReadOnly Property StepSizeInformation As StepSizeInformation
	Get
public:
property StepSizeInformation StepSizeInformation {
	StepSizeInformation get ();
}member StepSizeInformation : StepSizeInformation with get
Property Value
Type: 
StepSizeInformation
See Also