Scala Byte toDouble() method
In Scala, Byte is a 8-bit signed integer (equivalent to Javaâs byte primitive type). The toDouble() method is utilized to convert the specified number into Double datatype value. Method Definition: (Number).toDouble Return Type: It returns converted Double value. Example #1: Scala // Scala program o