PropagationStateElementOrder Property |
Gets the order of the differential equation corresponding to this element.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic abstract int Order { get; }
Public MustOverride ReadOnly Property Order As Integer
Get
public:
virtual property int Order {
int get () abstract;
}
abstract Order : int with get
Property Value
Type:
Int32
See Also