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