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)

속성 값

Nullable<Double>

점을 나타낼 경우이 지리 값의 경도 좌표 값이 고, 그렇지 않으면입니다. 그렇지 않으면 null 입니다.

적용 대상