SpaceFillingCurve.Hilbert 方法 (Int32, UInt32, UInt32)

 

此 API 支持 产品 基础结构,不应从代码直接使用。

返回指定点的 Hilbert 曲线以及该曲线的迭代顺序。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

public static ulong Hilbert(
    int order,
    uint x,
    uint y
)
public:
static unsigned long long Hilbert(
    int order,
    unsigned int x,
    unsigned int y
)
static member Hilbert : 
        order:int *
        x:uint32 *
        y:uint32 -> uint64
Public Shared Function Hilbert (
    order As Integer,
    x As UInteger,
    y As UInteger
) As ULong

参数

返回值

Type: System.UInt64

表示指定点的 Hilbert 曲线以及该曲线的顺序的 UInt64 对象。

另请参阅

SpaceFillingCurve 类
Microsoft.SqlServer.Types 命名空间

返回页首