Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public double[] Stages { get; }

Property Value

Type: Double
See Also