Click or drag to resize

RinexObservationSatRecord Constructor (Int32)

Initializes a new instance based on the total number of observations. PRN must be set later unless this is meant to be a default instance.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RinexObservationSatRecord(
	int numObs
)

Parameters

numObs
Type: SystemInt32
The number of observations to allow for with this record.
See Also