SatelliteSignalToNoiseRatio Property |
Signal to noise ration in dBHZ (0-99).
Namespace: ZylSoft.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic int SignalToNoiseRatio { get; }
Public ReadOnly Property SignalToNoiseRatio As Integer
Get
Dim instance As Satellite
Dim value As Integer
value = instance.SignalToNoiseRatio
public:
property int SignalToNoiseRatio {
int get ();
}
member SignalToNoiseRatio : int with get
/** @property */
public int get_SignalToNoiseRatio()
function get SignalToNoiseRatio () : int
function get_SignalToNoiseRatio();
PROPERTY SignalToNoiseRatio AS LONG GET
No code example is currently available or this language may not be supported.
Property Value
Int32
See Also