|
Scala 2.3.0
|
final
class
RichDouble
extends
java.lang.Object
with
scala.Proxy
with
scala.Ordered[scala.Double]
with
scala.ScalaObject
Constructor Summary | |
def
this
(x: scala.Double)
|
Def Summary | |
def
compare
(y: scala.Double)
: scala.Int
|
|
def
self
: scala.Any
|
Def inherited from scala.Proxy | |
equals , hashCode, self, toString |
Def inherited from scala.Ordered[scala.Double] | |
< , <=, >, >=, compare, compareTo |
Constructor Detail |
Def Detail |