Math387.LargestLog2 Method

Int32 LargestLog2(Int32 n)

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

#NameTypeDescription
1nInt32

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

See Also: Math387.LargestExp2