Share via


GnssClock.DriftUncertaintyNanosPerSecond Property

Definition

Gets the clock's Drift Uncertainty (1-Sigma) in nanoseconds per second.

public double DriftUncertaintyNanosPerSecond { [Android.Runtime.Register("getDriftUncertaintyNanosPerSecond", "()D", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getDriftUncertaintyNanosPerSecond", "()D", "", ApiSince=24)>]
member this.DriftUncertaintyNanosPerSecond : double

Property Value

Attributes

Remarks

Gets the clock's Drift Uncertainty (1-Sigma) in nanoseconds per second.

The value is only available if #hasDriftUncertaintyNanosPerSecond() is true.

Java documentation for android.location.GnssClock.getDriftUncertaintyNanosPerSecond().

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.

Applies to