Method ChangeMaskArraySizeInUInts
ChangeMaskArraySizeInUInts(int)
Compute the number of uint necessary to encode the required number of bits
Declaration
public static int ChangeMaskArraySizeInUInts(int numBits)
Parameters
| Type | Name | Description |
|---|---|---|
| int | numBits |
Returns
| Type | Description |
|---|---|
| int | The uint mask to encode this number of bits. |