C# Class Shared.NumericUtils

Mostra file Open project: jbouzaglou/PetPigeonsESB

Public Methods

Method Description
IsPowerOfTwo ( int number ) : bool
IsPowerOfTwo ( long number ) : bool

Method Details

IsPowerOfTwo() public static method

public static IsPowerOfTwo ( int number ) : bool
number int
return bool

IsPowerOfTwo() public static method

public static IsPowerOfTwo ( long number ) : bool
number long
return bool