Summary

public static bool IsPowerOfTwo(int x)

Returns true if value is power of two

Returns

bool

Parameters