OidShortSlotNumber Method (UInt32) |
Extracts a page number
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static ushort SlotNumber(
uint id
)
Public Shared Function SlotNumber (
id As UInteger
) As UShort
public:
static unsigned short SlotNumber(
unsigned int id
)
static member SlotNumber :
id : uint32 -> uint16
Parameters
- id
- Type: SystemUInt32
Combined Page and page number
Return Value
Type:
UInt16A page number
See Also