Lingua

SpaceFillingCurve.ReverseHilbert(Int32, UInt64, UInt32, UInt32) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Restituisce il punto per la curva di Hilbert specificata e l'ordine di iterazione della curva.

[System.CLSCompliant(false)]
public static void ReverseHilbert(int order, ulong hilbert, out uint ox, out uint oy);
[<System.CLSCompliant(false)>]
static member ReverseHilbert : int * uint64 * uint32 * uint32 -> unit
Public Shared Sub ReverseHilbert (order As Integer, hilbert As ULong, ByRef ox As UInteger, ByRef oy As UInteger)

Parametri

order
Int32

Ordine di iterazione della curva.

hilbert
UInt64

La curva di Hilbert.

ox
UInt32

Quando termina, questo metodo contiene la coordinata x del punto.

oy
UInt32

Quando termina, questo metodo contiene la coordinata y del punto.

Attributi

Si applica a