GpsSatelliteExtensionFindByPseudoRandomNumber Method |
A method to find the particular GPS satellite extension for a given PRN.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static GpsSatelliteExtension FindByPseudoRandomNumber(
PlatformCollection satellites,
int pseudoRandomNumber
)
Public Shared Function FindByPseudoRandomNumber (
satellites As PlatformCollection,
pseudoRandomNumber As Integer
) As GpsSatelliteExtension
public:
static GpsSatelliteExtension^ FindByPseudoRandomNumber(
PlatformCollection^ satellites,
int pseudoRandomNumber
)
static member FindByPseudoRandomNumber :
satellites : PlatformCollection *
pseudoRandomNumber : int -> GpsSatelliteExtension
Parameters
- satellites
- Type: AGI.Foundation.PlatformsPlatformCollection
The platform collection to check. - pseudoRandomNumber
- Type: SystemInt32
The PseudoRandomNumber for which the GPS Extension is desired.
Return Value
Type:
GpsSatelliteExtensionThe Platform with the given PRN, or
if a satellite with the given PRN does not exist in the collection.
See Also