SpaceFillingCurve.Hilbert(Int32, 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 Hilbert curve for the specified point and iteration order of the curve.
[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
Parameters
- order
- Int32
The iteration order of the curve.
- x
- UInt32
The x-coordinate of a point within the unit square.
- y
- UInt32
The y-coordinate of a point within the unit square.
Returns
The UInt64 object that represents the Hilbert curve from the specified point and order of the curve.
- Attributes