DbGeography.Longitude 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得此 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
。