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: 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