BulirschStoerIntegrator.LastNumberOfSubdivisionsUsed Property |
Gets the current maximum number of subdivisions used during the last iteration step.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int LastNumberOfSubdivisionsUsed { get; }
Public ReadOnly Property LastNumberOfSubdivisionsUsed As Integer
Get
public:
property int LastNumberOfSubdivisionsUsed {
int get ();
}
member LastNumberOfSubdivisionsUsed : int with get
Property Value
Type:
Int32
See Also