Compartir a través de


GeographyOperationsExtensions.Distance(Geography, Geography) Método

Definición

Determina la distancia de la geografía.

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)

Parámetros

operand1
Geography

Primer operando.

operand2
Geography

Segundo operando.

Devoluciones

El resultado de la operación.

Se aplica a