次の方法で共有


DbGeography.Latitude プロパティ

定義

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

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

プロパティ値

この DbGeography 値の緯度座標。

適用対象