Aracılığıyla paylaş


DbGeometry.Distance(DbGeometry) Yöntem

Tanım

Bu DbGeometry değerindeki en yakın noktalar ile başka bir DbGeometry değeri arasındaki uzaklığı hesaplar.

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)

Parametreler

other
DbGeometry

Bu değerden uzaklığı hesaplanması gereken geometri değeri.

Döndürülenler

Bu geometri değerindeki ve otheriçindeki en yakın iki nokta arasındaki uzaklığı belirten çift değer.

Özel durumlar

Şunlara uygulanır