Returns the minimum number of bits needed to express the provided integer
Example:
GetMinBitCountForNum( 15 ) returns 4
* = mandatory