PropagationScalar.InitialState 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Motion<Double>
See Also