Click or drag to resize

GnssLinkBudgetScalarsCollectionContains Method (Int32)

Determines whether the collection contains a GnssLinkBudgetScalars with 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 bool Contains(
	int pseudoRandomNumber
)

Parameters

pseudoRandomNumber
Type: SystemInt32
The PRN any GnssLinkBudgetScalars in the collection must contain.

Return Value

Type: Boolean
if any GnssLinkBudgetScalars in the collection has the specified PRN; otherwise .
See Also