Sgp4PropagatorSgp4EstimationOutputNumberOfObservations Property |
Gets the number of observations used for the fit (corresponding to the number of states in the input).
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic int NumberOfObservations { get; }
Public ReadOnly Property NumberOfObservations As Integer
Get
public:
property int NumberOfObservations {
int get ();
}
member NumberOfObservations : int with get
Property Value
Type:
Int32
See Also