GnssClock.BiasUncertaintyNanos 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 Bias Uncertainty (1-Sigma) in nanoseconds.
public double BiasUncertaintyNanos { [Android.Runtime.Register("getBiasUncertaintyNanos", "()D", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getBiasUncertaintyNanos", "()D", "", ApiSince=24)>]
member this.BiasUncertaintyNanos : double
Property Value
- Attributes
Remarks
Gets the clock's Bias Uncertainty (1-Sigma) in nanoseconds.
See the description of how this field provides the error estimate in the conversion from hardware clock time, to GPS time, in #getFullBiasNanos()
.
The value is only available if #hasBiasUncertaintyNanos()
is true
.
Java documentation for android.location.GnssClock.getBiasUncertaintyNanos()
.
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.