1 reference to IsPow2
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
535
public static bool IsPow2(long value) => BitOperations.
IsPow2
(value);