GnssLinkBudgetScalarsCollectionContains Method (Int32) |
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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