NumericalIntegratorInitialStepSize Property |
Gets or sets the initial (positive) size of the step to add to the
InitialIndependentVariableValue
when performing an integration. By default, the initial value is one.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double InitialStepSize { get; set; }
Public Property InitialStepSize As Double
Get
Set
public:
property double InitialStepSize {
double get ();
void set (double value);
}
member InitialStepSize : float with get, set
Property Value
Type:
DoubleSee Also