AdaptiveNumericalIntegrator.StepInflationFactor Property |
Gets or sets a scalar multiplier to apply to the step when increasing it.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double StepInflationFactor { get; set; }
Public Property StepInflationFactor As Double
Get
Set
public:
property double StepInflationFactor {
double get ();
void set (double value);
}
member StepInflationFactor : float with get, set
Property Value
Type:
Double
See Also