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.2.419.0 (24.2.419.0)
Syntax public RinexObservationSatRecord(
int numObs
)
Public Sub New (
numObs As Integer
)
public:
RinexObservationSatRecord(
int numObs
)
new :
numObs : int -> RinexObservationSatRecord
Parameters
- numObs
- Type: SystemInt32
The number of observations to allow for with this record.
See Also