PropagationStateElementConverterOrder Property  | 
 
            Gets the order of the differential equation corresponding to this element.
            This corresponds to one greater than the Order of the 
InitialState.
            
 
    Namespace: 
   AGI.Foundation.Propagators.Advanced
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual int Order { get; }Public Overridable ReadOnly Property Order As Integer
	Get
public:
virtual property int Order {
	int get ();
}abstract Order : int with get
override Order : int with get
Property Value
Type: 
Int32
See Also