Math387.LargestLog2 Method

function LargestLog2(n: Integer): Integer;

Power of two which gives the first number that is equal or greater than n.

#NameTypeDescription
1nInteger

Returns: Int32 - power of two which gives the first number that is equal or greater than n.

See Also: Math387.LargestExp2