Scala Long >(x: Float) method
In Scala, Long is a 64-bit signed integer, which is equivalent to Java's long primitive type. The >(x: Float) method is utilized to return true if this value is greater than x, false otherwise. Method Definition - def >(x: Float): Boolean Returns - Returns true if this value is greater than x,