NextPow2 Function
ImagingUtility

Returns next power of 2 greater than or equal to Num (if Num itself is power of 2 then it retuns Num).

Pascal
function NextPow2(Num: LongInt): LongInt;
File

ImagingUtility (at line 181)

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