AuxiliaryStateScalarOrder 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: 23.2.417.0 (23.2.417.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