Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static GpsSatelliteExtension FindByPseudoRandomNumber(
	PlatformCollection satellites,
	int pseudoRandomNumber
)

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: GpsSatelliteExtension
The Platform with the given PRN, or if a satellite with the given PRN does not exist in the collection.
See Also