NumericalPropagatorInitialState Property |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double[] InitialState { get; }
Public ReadOnly Property InitialState As Double()
Get
public:
property array<double>^ InitialState {
array<double>^ get ();
}
member InitialState : float[] with get
Property Value
Type:
DoubleSee Also