Click or drag to resize

GnssLinkBudgetScalarsCollectionFindAll Method (Int32)

Finds all GnssLinkBudgetScalars in the collection that have a specified pseudo random number.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public List<GnssLinkBudgetScalars> FindAll(
	int pseudoRandomNumber
)

Parameters

pseudoRandomNumber
Type: SystemInt32
The PRN the returned link budgets should be associated with.

Return Value

Type: ListGnssLinkBudgetScalars
A collection of GnssLinkBudgetScalars with the specified PRN.
See Also