ComfyUI Node
bit length
Returns the number of bits required to represent an integer in binary. This node takes an integer as input and returns the number of bits needed to represent it, excluding the sign and leading zeros.
bit length
- INT
◄int_value0►
CategoryBasic/INT
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| int_value | INT | 0 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| INT | INT | — |