Langue

SpaceFillingCurve.Hilbert(Int32, UInt32, UInt32) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Retourne la courbe Hilbert pour le point et l’ordre d’itération spécifiés de la courbe.

[System.CLSCompliant(false)]
public static ulong Hilbert(int order, uint x, uint y);
[<System.CLSCompliant(false)>]
static member Hilbert : int * uint32 * uint32 -> uint64
Public Shared Function Hilbert (order As Integer, x As UInteger, y As UInteger) As ULong

Paramètres

order
Int32

Ordre d’itération de la courbe.

x
UInt32

Coordonnée x d’un point dans le carré d’unité.

y
UInt32

Coordonnée y d’un point dans le carré d’unité.

Retours

Objet UInt64 qui représente la courbe Hilbert à partir du point et de l’ordre spécifiés de la courbe.

Attributs

S’applique à