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