共用方式為


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

適用於