OrdinaryDifferentialEquationSystemIsMixedOrder Property |
Gets or sets a value indicating whether the highest order derivative for each dependent variable
appearing in the set of equations is not the same.
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 bool IsMixedOrder { get; protected set; }
Public Property IsMixedOrder As Boolean
Get
Protected Set
public:
property bool IsMixedOrder {
bool get ();
protected: void set (bool value);
}
member IsMixedOrder : bool with get, set
Property Value
Type:
BooleanSee Also