AdaptiveNumericalIntegratorMaximumIterations Property |
Gets or sets the maximum number of
Iterations to allow before forcing the integrator
to accept the
CurrentStepSize and proceed to the next 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 int MaximumIterations { get; set; }
Public Property MaximumIterations As Integer
Get
Set
public:
property int MaximumIterations {
int get ();
void set (int value);
}
member MaximumIterations : int with get, set
Property Value
Type:
Int32See Also