BulirschStoerIntegratorLastNumberOfSubdivisionsUsed 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: 24.2.419.0 (24.2.419.0)
Syntax public int LastNumberOfSubdivisionsUsed { get; }
Public ReadOnly Property LastNumberOfSubdivisionsUsed As Integer
Get
public:
property int LastNumberOfSubdivisionsUsed {
int get ();
}
member LastNumberOfSubdivisionsUsed : int with get
Property Value
Type:
Int32See Also