Method PreviousPowerOfTwo
PreviousPowerOfTwo(int)
Branchless previous power of two.
Declaration
public static int PreviousPowerOfTwo(int size)
Parameters
| Type | Name | Description |
|---|---|---|
| int | size | Starting size or number. |
Returns
| Type | Description |
|---|---|
| int | Previous power of two. |