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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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