RungeKuttaAdaptiveStepIntegratorTableau Property  | 
 
            Gets or sets the Butcher Tableau with the coefficients and weights
            to use to perform the RungeKutta integration.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods.Advanced
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected RungeKuttaAlgorithm Tableau { get; set; }Protected Property Tableau As RungeKuttaAlgorithm
	Get
	Set
protected:
property RungeKuttaAlgorithm^ Tableau {
	RungeKuttaAlgorithm^ get ();
	void set (RungeKuttaAlgorithm^ value);
}member Tableau : RungeKuttaAlgorithm with get, set
Property Value
Type: 
RungeKuttaAlgorithm
See Also