toByte
Deprecated
Unclear conversion. To achieve the same result convert to Int explicitly and then to Byte.
Replace with
toInt().toByte()Content copied to clipboard
Converts this Float value to Byte.
The resulting Byte value is equal to this.toInt().toByte().