AuxiliaryStateScalar.Order Property |
Gets or sets the total number of derivatives of the
AuxiliaryScalar
to compute for the output.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Int32
See Also