in scala.runtime
class RichFloat

final class RichFloat
extends java.lang.Object
with scala.Proxy
with scala.Ordered[scala.Float]
with scala.ScalaObject

Constructor Summary
def this (x: scala.Float)

Def Summary
def compare (y: scala.Float) : scala.Int

def self : scala.Any

Def inherited from scala.Proxy
equals , hashCode, self, toString
Def inherited from scala.Ordered[scala.Float]
< , <=, >, >=, compare, compareTo
Constructor Detail
def this (x: scala.Float)

Def Detail
def compare (y: scala.Float): scala.Int

def self : scala.Any