BitReader.getBitsUint64

Read @nbits bits into @val and update the current position.

class BitReader
bool
getBitsUint64
(
out ulong val
,
uint nbits
)

Parameters

val ulong

Pointer to a #guint64 to store the result

nbits uint

number of bits to read

Return Value

Type: bool

%TRUE if successful, %FALSE otherwise.

Meta