RinexNavigationRecord Constructor |
Initializes a new 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 RinexNavigationRecord(
int prn
)
Public Sub New (
prn As Integer
)
public:
RinexNavigationRecord(
int prn
)
new :
prn : int -> RinexNavigationRecord
Parameters
- prn
- Type: SystemInt32
The pseudo-random number (PRN) of satellite associated with this record.
See Also