DbGeography.Longitude 属性

定义

获取此 DbGeography 值的经度坐标(如果表示点)。

public:
 property Nullable<double> Longitude { Nullable<double> get(); };
public double? Longitude { get; }
member this.Longitude : Nullable<double>
Public ReadOnly Property Longitude As Nullable(Of Double)

属性值

此地理值的经度坐标值(如果表示点);否则,为 null.

适用于