Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public int MaximumIterations { get; set; }

Property Value

Type: Int32
See Also