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