to_int¶
-
uint64_t
libsemigroups::BMat8
::
to_int
() const¶ Returns the integer representation of
this
.Returns an unsigned integer obtained by interpreting an 8 x 8 BMat8 as a sequence of 64 bits (reading rows left to right, from top to bottom) and then realising this sequence as an unsigned int.
- Return
A
uint64_t
.- Exceptions
This function is
noexcept
and is guaranteed never to throw.- Complexity
Constant.
- Parameters
(None)