Documentation / dataflow-async / com.femastudios.dataflow.async.extensions / bitLength
Go to reference
Go to reference
bitLength
fun Attribute<BigInteger>.bitLength(): Attribute<Int>
Same as bitLength, but accepts Attribute and returns a new Attribute.
Calling this function is equivalent to use transform and calling bitLength in the transformation function.
This is simply a convenience function.
See Also