RungeKuttaAlgorithmStages Property |
Gets the coefficients "c".
These represent the factors multiplying the step size by which to advance the independent variable at each stage.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double[] Stages { get; }
Public ReadOnly Property Stages As Double()
Get
public:
property array<double>^ Stages {
array<double>^ get ();
}
member Stages : float[] with get
Property Value
Type:
Double
See Also