AdaptiveNumericalIntegrator.StepDeflationFactor Property |
Gets or sets a scalar multiplier to apply to the step when decreasing 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 StepDeflationFactor { get; set; }
Public Property StepDeflationFactor As Double
Get
Set
public:
property double StepDeflationFactor {
double get ();
void set (double value);
}
member StepDeflationFactor : float with get, set
Property Value
Type:
Double
See Also