GnssAntennaInfo.SphericalCorrections.GetCorrectionUncertaintiesArray 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
陣列,表示球面對應修正的不確定性。
[Android.Runtime.Register("getCorrectionUncertaintiesArray", "()[[D", "", ApiSince=30)]
public double[][] GetCorrectionUncertaintiesArray ();
[<Android.Runtime.Register("getCorrectionUncertaintiesArray", "()[[D", "", ApiSince=30)>]
member this.GetCorrectionUncertaintiesArray : unit -> double[][]
傳回
Double[][]
- 屬性
備註
陣列,表示球面對應修正的不確定性。
每個數據列(主要索引)都代表固定的 theta。 第一個數據列對應於 0 度的角度。 最後一個數據列對應於 (360 - deltaTheta) 度的角度,其中 deltaTheta 是 azimuthal angles 之間的一般間距,也就是 deltaTheta = 360 / (列數)。
數據行(次要索引)代表固定的正值角度,從 0 度開始,結尾為 180 度。 它們以 deltaPhi 分隔,其正向角度之間的一般間距,即 deltaPhi = 180 / (欄數 - 1)。
的 android.location.GnssAntennaInfo.SphericalCorrections.getCorrectionUncertaintiesArray()
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。