Util.bitStorage

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

struct Util
static
uint
bitStorage
(
gulong number
)

Parameters

number gulong

Return Value

Type: uint

the number of bits used to hold number