DbGeography.Distance(DbGeography) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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
この値からの距離を計算する必要がある geography 値。
戻り値
この geography 値と other
の最も近い 2 点間の距離を指定する double 値。
例外
other
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET