DbSpatialServices.GetLongitude(DbGeography) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果其表示点,则返回给定 DbGeography 值的经度坐标。
public:
abstract Nullable<double> GetLongitude(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetLongitude (System.Data.Spatial.DbGeography geographyValue);
abstract member GetLongitude : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetLongitude (geographyValue As DbGeography) As Nullable(Of Double)
参数
- geographyValue
- DbGeography
不需要表示点的地理值。
返回
给定的 DbGeography 值的 Y 坐标。
例外
geographyValue
geographyValue