SpaceFillingCurve.ReverseHilbert 메서드

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

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

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

구문

‘선언
Public Shared Sub ReverseHilbert ( _
    order As Integer, _
    hilbert As ULong, _
    <OutAttribute> ByRef ox As UInteger, _
    <OutAttribute> ByRef oy As UInteger _
)
‘사용 방법
Dim order As Integer 
Dim hilbert As ULong 
Dim ox As UInteger 
Dim oy As UInteger 

SpaceFillingCurve.ReverseHilbert(order, hilbert, _
    ox, oy)
public static void ReverseHilbert(
    int order,
    ulong hilbert,
    out uint ox,
    out uint oy
)
public:
static void ReverseHilbert(
    int order, 
    unsigned long long hilbert, 
    [OutAttribute] unsigned int% ox, 
    [OutAttribute] unsigned int% oy
)
static member ReverseHilbert : 
        order:int * 
        hilbert:uint64 * 
        ox:uint32 byref * 
        oy:uint32 byref -> unit
public static function ReverseHilbert(
    order : int, 
    hilbert : ulong, 
    ox : uint, 
    oy : uint
)

매개 변수

  • order
    유형: System.Int32
    The iteration order of the curve.
  • ox
    유형: System.UInt32%
    When this method returns, contains the x-coordinate of the point.
  • oy
    유형: System.UInt32%
    When this method returns, contains the y-coordinate of the point.

참고 항목

참조

SpaceFillingCurve 클래스

Microsoft.SqlServer.Types 네임스페이스