DbGeometry.Distance(DbGeometry) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算這個 DbGeometry 值與另一個 DbGeometry 值中最接近點之間的距離。
public:
Nullable<double> Distance(System::Data::Spatial::DbGeometry ^ other);
public double? Distance (System.Data.Spatial.DbGeometry other);
member this.Distance : System.Data.Spatial.DbGeometry -> Nullable<double>
Public Function Distance (other As DbGeometry) As Nullable(Of Double)
參數
- other
- DbGeometry
應該針對此幾何值計算與這個值的距離。
傳回
指定這個幾何值與 other
中兩個最接近點之間距離的雙精度值。
例外狀況
other