Scala Double >(x: Float) method
In Scala, Double is a 64-bit floating point number, which is equivalent to Javaâs double 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 grea