SpaceFillingCurve.ReverseHilbert(Int32, UInt64, UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Returns the point for the given Hilbert curve and iteration order of the curve.
[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)
Parameters
- order
- Int32
The iteration order of the curve.
- hilbert
- UInt64
The Hilbert curve.
- ox
- UInt32
When this method returns, contains the x-coordinate of the point.
- oy
- UInt32
When this method returns, contains the y-coordinate of the point.
- Attributes