RungeKuttaAlgorithmWorkingArray Property |
Gets the working array used as a means to efficiently update the intermediate state information
when calling the derivative
DerivativeFunction.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected double[] WorkingArray { get; }
Protected ReadOnly Property WorkingArray As Double()
Get
protected:
property array<double>^ WorkingArray {
array<double>^ get ();
}
member WorkingArray : float[] with get
Property Value
Type:
DoubleSee Also