Extend given HID to a desired level.
The opposite of truncate. However,
because there are many descendents, the result is a range of
consecutive HIDs. The low and hi values are returned in
the out variables.
Namespace: Spherical.HtmAssembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static Int64Pair Extend(
long htmid,
int level
) |
Visual C++ |
---|
public:
static Int64Pair Extend(
long long htmid,
int level
) |
F# |
---|
static member Extend :
htmid:int64 *
level:int -> Int64Pair
|
Parameters
- htmid
- Type: System..::..Int64
HID to extend
- level
- Type: System..::..Int32
New level to which to extend
Return Value
A pair of 64-bit HtmIDs
See Also