OrdinaryDifferentialEquationSystemOrders Property |
Gets or sets the order of the highest derivative for each of the 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 int[] Orders { get; protected set; }
Public Property Orders As Integer()
Get
Protected Set
public:
property array<int>^ Orders {
array<int>^ get ();
protected: void set (array<int>^ value);
}
member Orders : int[] with get, set
Property Value
Type:
Int32See Also