次の方法で共有


DbGeography.Longitude プロパティ

定義

この DbGeography 値が点を表している場合、その経度座標を取得します。 <ポイントを>表す場合は、この geography 値の経度座標値を返します。それ以外の場合は null。</返します>

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

プロパティ値

この DbGeography 値の経緯座標。

適用対象