Partager via


SpaceFillingCurve.ReverseHilbert méthode (Int32, UInt64, UInt32, UInt32)

 

Cette API prend en charge l’infrastructure de produit et n’est pas destinée à être utilisée directement depuis votre code.

Retourne le point de la courbe de Hilbert spécifiée et l'ordre d'itération de la courbe.

Espace de noms:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)

Syntaxe

public static void ReverseHilbert(
    int order,
    ulong hilbert,
    out uint ox,
    out uint oy
)
public:
static void ReverseHilbert(
    int order,
    unsigned long long hilbert,
    [OutAttribute] unsigned int% ox,
    [OutAttribute] unsigned int% oy
)
static member ReverseHilbert : 
        order:int *
        hilbert:uint64 *
        ox:uint32 byref *
        oy:uint32 byref -> unit
Public Shared Sub ReverseHilbert (
    order As Integer,
    hilbert As ULong,
    <OutAttribute> ByRef ox As UInteger,
    <OutAttribute> ByRef oy As UInteger
)

Paramètres

  • ox
    Type: System.UInt32

    Lorsque cette méthode est retournée, elle contient la coordonnée x du point.

  • oy
    Type: System.UInt32

    Lorsque cette méthode est retournée, elle contient la coordonnée y du point.

Voir aussi

SpaceFillingCurve classe
Microsoft.SqlServer.Types espace de noms

Retour au début