Sgp4PropagatorSgp4EstimationOutput Constructor (Int32) |
Initialize a new instance and initialize the residual data
for the given number of observations.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Sgp4EstimationOutput(
int numPts
)
Public Sub New (
numPts As Integer
)
public:
Sgp4EstimationOutput(
int numPts
)
new :
numPts : int -> Sgp4EstimationOutput
Parameters
- numPts
- Type: SystemInt32
The number of observations in the input data.
See Also