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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DependentVariableDerivativesSee Also