VOOZH about

URL: https://www.geeksforgeeks.org/scala/scala-byte-x-float-float-4/

⇱ Scala Byte /(x: Float): Float - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Scala Byte /(x: Float): Float

Last Updated : 14 Jan, 2020
In Scala, Byte is a 8-bit signed integer (equivalent to Java's byte primitive type). The method /(x:Float) method is utilized to return the quotient of this value and x.
Method Definition: Byte /(x: Float): Float Return Type: It returns the quotient of this value and x.
Example #1: Output:
5.3333335
Example #2: Output:
11.363636
Comment
Article Tags:

Explore