Declaration
func BitwiseListToInt(bitArray List<int>) int
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Bit Array | ListT_Int | Bitwise array |
Return
| Type | Description |
|---|---|
| Int | \ |
Perform bitwise OR operation on all list elements and transform the output to an integer value.
func BitwiseListToInt(bitArray List<int>) int
go
| Name | Type | Description |
|---|---|---|
| Bit Array | ListT_Int | Bitwise array |
| Type | Description |
|---|---|
| Int | \ |