共用方式為


DbGeography.Longitude 屬性

定義

取得此 DbGeography 值的經度座標 (如果它代表點)。 <>會傳回這個地理位置值的經度座標值,如果它代表一個點,則為 null;否則為 null。 </返回>

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

屬性值

這個 DbGeography 值的經度座標。

適用於