GnssClock.DriftNanosPerSecond Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the clock's Drift in nanoseconds per second.
public double DriftNanosPerSecond { [Android.Runtime.Register("getDriftNanosPerSecond", "()D", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getDriftNanosPerSecond", "()D", "", ApiSince=24)>]
member this.DriftNanosPerSecond : double
Property Value
- Attributes
Remarks
Gets the clock's Drift in nanoseconds per second.
This value is the instantaneous time-derivative of the value provided by #getBiasNanos()
.
A positive value indicates that the frequency is higher than the nominal (e.g. GPS master clock) frequency. The error estimate for this reported drift is #getDriftUncertaintyNanosPerSecond()
.
The value is only available if #hasDriftNanosPerSecond()
is true
.
Java documentation for android.location.GnssClock.getDriftNanosPerSecond()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.