AdaptiveNumericalIntegratorStepInflationFactor 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSee Also