Sdílet prostřednictvím


DbSpatialServices.Difference Metoda

Definice

Vypočítá rozdíl dvou hodnot.

Přetížení

Difference(DbGeography, DbGeography)

Vypočítá rozdíl dvou DbGeography hodnot.

Difference(DbGeometry, DbGeometry)

Vypočítá rozdíl mezi dvěma DbGeometry hodnotami.

Difference(DbGeography, DbGeography)

Vypočítá rozdíl dvou DbGeography hodnot.

public:
 abstract System::Data::Spatial::DbGeography ^ Difference(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract System.Data.Spatial.DbGeography Difference (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Difference : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function Difference (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography

Parametry

geographyValue
DbGeography

První zeměpisná hodnota.

otherGeography
DbGeography

Druhá zeměpisná hodnota.

Návraty

Nová hodnota DbGeography představující rozdíl a geographyValueotherGeography.

Výjimky

geographyValue otherGeography

geographyValue otherGeography

Platí pro

Difference(DbGeometry, DbGeometry)

Vypočítá rozdíl mezi dvěma DbGeometry hodnotami.

public:
 abstract System::Data::Spatial::DbGeometry ^ Difference(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract System.Data.Spatial.DbGeometry Difference (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Difference : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function Difference (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry

Parametry

geometryValue
DbGeometry

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

Nová hodnota DbGeometry představující rozdíl mezi geometryValue a otherGeometry.

Výjimky

geometryValue otherGeometry

geometryValue otherGeometry

Platí pro