toByte

Common
JVM
JS
Native
1.0
fun toByte(): Byte

Converts this Double value to Byte.

The resulting Byte value is equal to this.toInt().toByte().