共用方式為


DbGeography.Distance(DbGeography) 方法

定義

計算這個 DbGeography 值與另一個 DbGeography 值中最接近點之間的距離。

public Nullable<double> Distance (System.Data.Entity.Spatial.DbGeography other);
member this.Distance : System.Data.Entity.Spatial.DbGeography -> Nullable<double>
Public Function Distance (other As DbGeography) As Nullable(Of Double)

參數

other
DbGeography

應該針對此地理位置值計算與這個值的距離。

傳回

雙精度浮點數,指定這個地理值與其他兩個最接近點之間的距離。

適用於