SP3aHeaderRecordPseudoRandomNumbers Property |
Gets the satellite identifiers as listed in the header of the SP3-a file.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic List<int> PseudoRandomNumbers { get; }Public ReadOnly Property PseudoRandomNumbers As List(Of Integer)
Get
public:
property List<int>^ PseudoRandomNumbers {
List<int>^ get ();
}member PseudoRandomNumbers : List<int> with get
Property Value
Type:
ListInt32
See Also