Click or drag to resize

GnssLinkBudgetScalarsCollection.Contains 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.3.420.0 (24.3.420.0)
Syntax
public bool Contains(
	int pseudoRandomNumber
)

Parameters

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

Return Value

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