PropagationScalarInitialState Property |
Gets or sets the initial value and its derivatives up to the order
of the
ScalarDerivative.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion<double> InitialState { get; set; }
Public Property InitialState As Motion(Of Double)
Get
Set
public:
property Motion<double> InitialState {
Motion<double> get ();
void set (Motion<double> value);
}
member InitialState : Motion<float> with get, set
Property Value
Type:
MotionDoubleSee Also