GpsSatelliteExtensionPseudoRandomNumber Property |
Gets or sets the pseudo-random number (PRN) that identifies this GPS satellite.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic int PseudoRandomNumber { get; set; }
Public Property PseudoRandomNumber As Integer
Get
Set
public:
virtual property int PseudoRandomNumber {
int get () sealed;
void set (int value) sealed;
}
abstract PseudoRandomNumber : int with get, set
override PseudoRandomNumber : int with get, set
Property Value
Type:
Int32Implements
IGpsPrnServicePseudoRandomNumber
See Also