SP3aHeaderRecord.PseudoRandomNumbers 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: 25.1.421.0 (25.1.421.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:
List<Int32>
See Also