BitMaskClear
Performs a bitwise mask clear operation.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| 32-bit signed integer on which the mask clear operation is performed. | |
|
|
| Start bit for the clear mask (Integer in the range 0-31, inclusive). | |
|
|
| Length of bits in the clear mask (Integer in the range 0-31, inclusive). |
Examples
Related
Last updated