次の方法で共有


GeographyOperationsExtensions.Distance(Geography, Geography) メソッド

定義

地理の距離を決定します。

public static double? Distance (this Microsoft.Spatial.Geography operand1, Microsoft.Spatial.Geography operand2);
static member Distance : Microsoft.Spatial.Geography * Microsoft.Spatial.Geography -> Nullable<double>
<Extension()>
Public Function Distance (operand1 As Geography, operand2 As Geography) As Nullable(Of Double)

パラメーター

operand1
Geography

最初のオペランド。

operand2
Geography

2 番目のオペランド。

戻り値

操作結果。

適用対象