Merges a page number and a page number into a single number
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static uint Encode(
ushort page,
ushort slot
)
Public Shared Function Encode (
page As UShort,
slot As UShort
) As UInteger
public:
static unsigned int Encode(
unsigned short page,
unsigned short slot
)
static member Encode :
page : uint16 *
slot : uint16 -> uint32
Parameters
- page
- Type: SystemUInt16
A Page number - slot
- Type: SystemUInt16
A slot number
Return Value
Type:
UInt32The combined Page and page number
See Also