AdaptiveNumericalIntegratorIterations Property |
Gets or sets the number of iteration required to adapt the
CurrentStepSize to
within error tolerance.
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 Iterations { get; protected set; }
Public Property Iterations As Integer
Get
Protected Set
public:
property int Iterations {
int get ();
protected: void set (int value);
}
member Iterations : int with get, set
Property Value
Type:
Int32See Also