다음을 통해 공유


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.

적용 대상