Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Sgp4EstimationOutput(
	int numPts
)

Parameters

numPts
Type: SystemInt32
The number of observations in the input data.
See Also