次の方法で共有


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

適用対象