DbGeography.Distance(DbGeography) 方法

定义

计算此 DbGeography 值和其他 DbGeography 值中两个最接近的点之间的距离。

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

参数

other
DbGeography

与该值的距离应被计算出来的地理值。

返回

在此地理值和 other 中指定两个最接近的点之间的距离的双精确值。

例外

适用于