Log2Int Function
ImagingUtility

Returns log base 2 of integer X (max 2^30) or -1 if X is not power of 2.

Pascal
function Log2Int(X: LongInt): LongInt;
File

ImagingUtility (at line 187)

Related Information
You are here: Symbol Reference > Functions > Log2Int Function