Create bit "right scan" operation.
Server returns integer bit offset of the last specified value bit in byte[] bin
starting at bitOffset for bitSize.
Example:
Namespace: Aerospike.Client- bin = [0b00000001, 0b01000010, 0b00000011, 0b00000100, 0b00000101]
- bitOffset = 32
- bitSize = 8
- value = true
- returns 7
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.0 (3.9.16)
Syntax
Parameters
- binName
- Type: System String
- bitOffset
- Type: System Int32
- bitSize
- Type: System Int32
- value
- Type: System Boolean
See Also