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