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

适用于