다음을 통해 공유


DbGeography.Latitude 속성

정의

점을 나타낼 경우 이 DbGeography 값의 위도 좌표를 가져옵니다.

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

속성 값

점을 나타내는 경우 이 DbGeography 값의 위도 좌표입니다. 그렇지 않으면 입니다 null.

적용 대상