Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
abs
(x: Float): Float
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
compare
(x: Float, y: Float): Int
-
def
div
(x: Float, y: Float): Float
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
equiv
(x: Float, y: Float): Boolean
-
def
finalize
(): Unit
-
def
fromInt
(x: Int): Float
-
def
getClass
(): java.lang.Class[_]
-
def
gt
(x: Float, y: Float): Boolean
-
def
gteq
(x: Float, y: Float): Boolean
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
lt
(x: Float, y: Float): Boolean
-
def
lteq
(x: Float, y: Float): Boolean
-
def
max
(x: Float, y: Float): Float
-
def
min
(x: Float, y: Float): Float
-
def
minus
(x: Float, y: Float): Float
-
implicit def
mkNumericOps
(lhs: Float): FractionalOps
-
implicit def
mkOrderingOps
(lhs: Float): Ops
-
def
ne
(arg0: AnyRef): Boolean
-
def
negate
(x: Float): Float
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
on
[U]
(f: (U) ⇒ Float): Ordering[U]
-
def
one
: Float
-
def
plus
(x: Float, y: Float): Float
-
def
reverse
: Ordering[Float]
-
def
signum
(x: Float): Int
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
times
(x: Float, y: Float): Float
-
def
toDouble
(x: Float): Double
-
def
toFloat
(x: Float): Float
-
def
toInt
(x: Float): Int
-
def
toLong
(x: Float): Long
-
def
toString
(): String
-
def
tryCompare
(x: Float, y: Float): Some[Int]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
zero
: Float
Inherited from FloatOrdering
Inherited from FloatIsFractional
Inherited from Fractional[Float]
Inherited from FloatIsConflicted
Inherited from Numeric[Float]
Inherited from Ordering[Float]
Inherited from Serializable
Inherited from Serializable
Inherited from PartialOrdering[Float]
Inherited from Equiv[Float]
Inherited from Comparator[Float]
Inherited from AnyRef
Inherited from Any