Binary |
Name | Description | |
---|---|---|
![]() ![]() | IsPowerOfTwoOrZero(Int32) | Returns true if number is a power of two or is zero. |
![]() ![]() | IsPowerOfTwoOrZero(Int64) | Return true if number is 0 (!) or a power of two |
![]() ![]() | IsPowerOfTwoOrZero(UInt32) | Returns true if number is a power of two or is zero. |
![]() ![]() | IsPowerOfTwoOrZero(UInt64) | Returns true if number is a power of two or is zero. |