共用方式為


GnssClock.DriftNanosPerSecond 屬性

定義

取得每秒以奈秒為單位的時鐘漂移。

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

屬性值

屬性

備註

取得每秒以奈秒為單位的時鐘漂移。

這個值是 所 #getBiasNanos()提供值的實時時間衍生。

正值表示頻率高於名義(例如 GPS 主時鐘)頻率。 此回報漂移的錯誤估計值為 #getDriftUncertaintyNanosPerSecond()

只有在 是 true#hasDriftNanosPerSecond(),才能使用值。

android.location.GnssClock.getDriftNanosPerSecond()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於