| 84 | /// <returns>The best fitting string.</returns> |
| 85 | template<typename T> |
| 86 | String HertzToText(T hertz) |
| 87 | { |
| 88 | return UnitsToText(hertz, 1000, Private::HertzSizes); |
| 89 | } |
| 90 | |
| 91 | // Returns the amount of set bits in 32-bit integer. |
| 92 | inline int32 CountBits(uint32 x) |