RungeKutta4Integrator Constructor (DependentVariableDerivatives) | 
 
            Initializes a new instance based on the given differential system for the derivatives
            of the dependent variables.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic RungeKutta4Integrator(
	DependentVariableDerivatives system
)
Public Sub New ( 
	system As DependentVariableDerivatives
)
public:
RungeKutta4Integrator(
	DependentVariableDerivatives^ system
)
new : 
        system : DependentVariableDerivatives -> RungeKutta4IntegratorParameters
- system
 - Type: AGI.Foundation.NumericalMethods.AdvancedDependentVariableDerivatives
The system of differential equations defining the derivatives
            for the dependent variables. 
See Also