VOOZH about

URL: https://www.geeksforgeeks.org/scala/scala-byte-todouble-method/

⇱ Scala Byte toDouble() method - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Scala Byte toDouble() method

Last Updated : 30 Jan, 2020
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
Comment
Article Tags:

Explore