Util.bitStorage

Gets the number of bits used to hold number, e.g. if number is 4, 3 bits are needed.

class Util
static
uint
bitStorage

Parameters

number gulong

a guint

Return Value

Type: uint

the number of bits used to hold number

Meta