NumericalIntegratorSystemOfEquations Property  | 
 
            Gets or sets the system of differential equations corresponding to 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 DependentVariableDerivatives SystemOfEquations { get; set; }Public Property SystemOfEquations As DependentVariableDerivatives
	Get
	Set
public:
property DependentVariableDerivatives^ SystemOfEquations {
	DependentVariableDerivatives^ get ();
	void set (DependentVariableDerivatives^ value);
}member SystemOfEquations : DependentVariableDerivatives with get, set
Property Value
Type: 
DependentVariableDerivatives
See Also