scala.collection.immutable.Range

object Double

[source: scala/collection/immutable/Range.scala]

object Double
extends AnyRef
Value Summary
implicit val bigDecAsIntegral : BigDecimalAsIfIntegral
implicit val doubleAsIntegral : DoubleAsIfIntegral
Method Summary
def apply (start : Double, end : Double, step : Double) : NumericRange[Double]
def inclusive (start : Double, end : Double, step : Double) : NumericRange[Double]
def toBD (x : Double) : BigDecimal
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
implicit val bigDecAsIntegral : BigDecimalAsIfIntegral

implicit val doubleAsIntegral : DoubleAsIfIntegral

Method Details
def toBD(x : Double) : BigDecimal

def apply(start : Double, end : Double, step : Double) : NumericRange[Double]

def inclusive(start : Double, end : Double, step : Double) : NumericRange[Double]