PropagationScalarScalarDerivative Property |
Gets or sets the derivative of the highest
Order which specifies the motion of this scalar
parameter over time. The order that this scalar represents will be determined by the number of values
entered for the
InitialState.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar ScalarDerivative { get; set; }
Public Property ScalarDerivative As Scalar
Get
Set
public:
property Scalar^ ScalarDerivative {
Scalar^ get ();
void set (Scalar^ value);
}
member ScalarDerivative : Scalar with get, set
Property Value
Type:
ScalarSee Also