NewtonFindRootMaximumStepsize Property |
Gets or sets the maximum size of the step to take during a single iteration.
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 MaximumStepsize { get; set; }
Public Property MaximumStepsize As Double
Get
Set
public:
property double MaximumStepsize {
double get ();
void set (double value);
}
member MaximumStepsize : float with get, set
Property Value
Type:
DoubleSee Also