AuxiliaryStateVectorOrder Property |
Gets or sets the highest order of the
Vector to produce for the output.
Zero will produce the vector's value, one will produce its value and its first derivative,
and higher orders will produce vectors up to and including the given order.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override int Order { get; set; }
Public Overrides Property Order As Integer
Get
Set
public:
virtual property int Order {
int get () override;
void set (int value) override;
}
abstract Order : int with get, set
override Order : int with get, set
Property Value
Type:
Int32See Also