SpaceFillingCurve.Hilbert 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Returns the Hilbert curve for the specified point and iteration order of the curve.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
Public Shared Function Hilbert ( _
    order As Integer, _
    x As UInteger, _
    y As UInteger _
) As ULong
‘사용 방법
Dim order As Integer 
Dim x As UInteger 
Dim y As UInteger 
Dim returnValue As ULong 

returnValue = SpaceFillingCurve.Hilbert(order, _
    x, y)
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 static function Hilbert(
    order : int, 
    x : uint, 
    y : uint
) : ulong

매개 변수

  • order
    유형: System.Int32
    The iteration order of the curve.
  • x
    유형: System.UInt32
    The x-coordinate of a point within the unit square.
  • y
    유형: System.UInt32
    The y-coordinate of a point within the unit square.

반환 값

유형: System.UInt64
The UInt64 object that represents the Hilbert curve from the specified point and order of the curve.

참고 항목

참조

SpaceFillingCurve 클래스

Microsoft.SqlServer.Types 네임스페이스