NumericalIntegrationInformation.StepSizeTaken Property |
Gets the size of the step which was taken to produce the current state.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double StepSizeTaken { get; }
Public ReadOnly Property StepSizeTaken As Double
Get
public:
property double StepSizeTaken {
double get ();
}
member StepSizeTaken : float with get
Property Value
Type:
Double
See Also