Binary |
| Name | Description | |
|---|---|---|
| IsNonzeroPowerOfTwo(Int32) | Return true if x > 0 and x is a power of two. | |
| IsNonzeroPowerOfTwo(Int64) | Return true if x > 0 and x is a power of two. | |
| IsNonzeroPowerOfTwo(UInt32) | Return true if x > 0 and x is a power of two. | |
| IsNonzeroPowerOfTwo(UInt64) | Return true if x > 0 and x is a power of two. |