AdaptiveNumericalIntegrator.StepInflationExponent Property |
Gets or sets the exponent to apply to the error when calculating the amount to increase the size of the 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 double StepInflationExponent { get; set; }
Public Property StepInflationExponent As Double
Get
Set
public:
property double StepInflationExponent {
double get ();
void set (double value);
}
member StepInflationExponent : float with get, set
Property Value
Type:
Double
See Also