GnssLinkBudgetScalarsCollectionContains Method (Int32) |
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Contains(
int pseudoRandomNumber
)
Public Function Contains (
pseudoRandomNumber As Integer
) As Boolean
public:
bool Contains(
int pseudoRandomNumber
)
member Contains :
pseudoRandomNumber : int -> bool
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