Click or drag to resize

GnssLinkBudgetScalarsCollectionFindFirst Method (Int32)

Find the first GnssLinkBudgetScalars in the collection that has the specified PRN.

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 GnssLinkBudgetScalars FindFirst(
	int pseudoRandomNumber
)

Parameters

pseudoRandomNumber
Type: SystemInt32
The PRN the returned signal should have.

Return Value

Type: GnssLinkBudgetScalars
GnssLinkBudgetScalars with the specified PRN, or null.
See Also