Sgp4Propagator.Sgp4EstimationOutput 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic Sgp4EstimationOutput(
int numPts
)
Public Sub New (
numPts As Integer
)
public:
Sgp4EstimationOutput(
int numPts
)
new :
numPts : int -> Sgp4EstimationOutput
Parameters
- numPts
- Type: System.Int32
The number of observations in the input data.
See Also