SP3aHeaderRecordPseudoRandomNumbers Property |
Gets the PseudoRandomNumbers as listed in the header of the SP3a file lines 3-7.
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 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:
ListInt32See Also