NumericalIntegratorCurrentStepSize Property |
Gets the current (positive) size of the step which the integrator will use for the next integration step.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract double CurrentStepSize { get; }
Public MustOverride ReadOnly Property CurrentStepSize As Double
Get
public:
virtual property double CurrentStepSize {
double get () abstract;
}
abstract CurrentStepSize : float with get
Property Value
Type:
DoubleSee Also