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:
Output:
13.0
Example #2:
Output:
123.0