次の方法で共有


DbGeography.Difference(DbGeography) メソッド

定義

この DbGeography 値と別の DbGeography 値の差を計算します。

public:
 System::Data::Spatial::DbGeography ^ Difference(System::Data::Spatial::DbGeography ^ other);
public System.Data.Spatial.DbGeography Difference (System.Data.Spatial.DbGeography other);
member this.Difference : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Function Difference (other As DbGeography) As DbGeography

パラメーター

other
DbGeography

この値との差を計算する必要がある geography 値。

戻り値

この geography 値と other の間の差を表す新しい DbGeography 値。

例外

適用対象