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: 25.1.421.0 (25.1.421.0)
Syntaxprotected 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: 
Double
See Also