AdaptiveNumericalIntegrator.CurrentStepSize Property |
Gets the current (positive) size of the step which the integrator will use for the next integration step.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override sealed double CurrentStepSize { get; }
Public Overrides NotOverridable ReadOnly Property CurrentStepSize As Double
Get
public:
virtual property double CurrentStepSize {
double get () override sealed;
}
abstract CurrentStepSize : float with get
override CurrentStepSize : float with get
Property Value
Type:
Double
See Also