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