SpaceFillingCurve.Hilbert(Int32, UInt32, UInt32) メソッド

定義

重要

この API は CLS 準拠ではありません。

曲線の指定した点と反復順序のヒルベルト曲線を返します。

[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

パラメーター

order
Int32

曲線の反復順序。

x
UInt32

単位正方形内の点の x 座標。

y
UInt32

単位正方形内の点の y 座標。

返品

指定した点と曲線の順序からヒルベルト曲線を表す UInt64 オブジェクト。

属性

適用対象