tekjar
11/22/2017, 11:56 AMshr
is not resolved in the above functionchi
11/22/2017, 12:04 PMfun shift(bytes: ByteArray): Double = (bytes[0] + (bytes[1].toInt() shr 0 and 1) * 256).toDouble()
tekjar
11/22/2017, 12:08 PMchi
11/22/2017, 12:10 PMshr
, I don't think so.Andreas Sinz
11/22/2017, 12:16 PMshr
available. you could define yourself a Byte-Versiontekjar
11/22/2017, 12:21 PMAndreas Sinz
11/22/2017, 12:23 PM