RungeKuttaAlgorithmWeights Property  | 
 
            Gets the coefficients "b".
            These represent the coefficients of the "k" stages summed together to represent the slope.
            
 
    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[] Weights { get; }Public ReadOnly Property Weights As Double()
	Get
public:
property array<double>^ Weights {
	array<double>^ get ();
}member Weights : float[] with get
Property Value
Type: 
Double
See Also