Int32 LargestLog2(Int32 n)
Power of two which gives the first number that is equal or greater than n.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | n | Int32 |
Returns: Int32 - power of two which gives the first number that is equal or greater than n.
See Also: Math387.LargestExp2