Binary |
| Name | Description | |
|---|---|---|
| IsNonzeroPowerOfTwo(Int32) | Returns if x is greater than 0 and is a power of two. | |
| IsNonzeroPowerOfTwo(Int64) | Returns if x is greater than 0 and is a power of two. | |
| IsNonzeroPowerOfTwo(UInt32) | Returns if x is greater than 0 and is a power of two. | |
| IsNonzeroPowerOfTwo(UInt64) | Returns if x is greater than 0 and is a power of two. |