Click or drag to resize

RungeKuttaExplicitBaseCore_isFirstSameAsLastMethod Field

True if the last point is the same as first point (FSAL property). This is for instance true for the Dormand-Prince (RK547M) method.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected readonly bool _isFirstSameAsLastMethod

Field Value

Boolean
See Also