RungeKuttaAlgorithmDerivativeFunction Property |
Gets the delegate which defines the first order differential equation representing the
derivative of the dependent variables as a function of independent variable and dependent variables.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DependentVariableDerivatives DerivativeFunction { get; }
Public ReadOnly Property DerivativeFunction As DependentVariableDerivatives
Get
public:
property DependentVariableDerivatives^ DerivativeFunction {
DependentVariableDerivatives^ get ();
}
member DerivativeFunction : DependentVariableDerivatives with get
Property Value
Type:
DependentVariableDerivativesSee Also