Méthode GeographyOperationsExtensions.Distance
Détermine la distance de la géographie.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function Distance ( _
operand1 As Geography, _
operand2 As Geography _
) As Nullable(Of Double)
'Utilisation
Dim operand1 As Geography
Dim operand2 As Geography
Dim returnValue As Nullable(Of Double)
returnValue = operand1.Distance(operand2)
public static Nullable<double> Distance(
this Geography operand1,
Geography operand2
)
[ExtensionAttribute]
public:
static Nullable<double> Distance(
Geography^ operand1,
Geography^ operand2
)
static member Distance :
operand1:Geography *
operand2:Geography -> Nullable<float>
public static function Distance(
operand1 : Geography,
operand2 : Geography
) : Nullable<double>
Paramètres
- operand1
Type : System.Spatial.Geography
Premier opérande.
- operand2
Type : System.Spatial.Geography
Deuxième opérande.
Valeur de retour
Type : System.Nullable<Double>
Résultat de l'opération.
Remarque relative à l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type Geography. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=vs.103) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=vs.103).