Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public override int Order { get; set; }

Property Value

Type: Int32
See Also