! this method sets the min value which this class can hold (all bits will be zero besides the last one which is one) */
| 80 | (all bits will be zero besides the last one which is one) |
| 81 | */ |
| 82 | void SetMin() |
| 83 | { |
| 84 | UInt<value_size>::SetZero(); |
| 85 | UInt<value_size>::table[value_size-1] = TTMATH_UINT_HIGHEST_BIT; |
| 86 | } |
| 87 | |
| 88 | |
| 89 | /*! |
no outgoing calls
no test coverage detected