scala.Range

object Double

[source: scala/Range.scala]

object Double
extends AnyRef
Method Summary
def apply (start : Double, end : Double, step : Double) : Exclusive[BigDecimal]
def inclusive (start : Double, end : Double, step : Double) : Inclusive[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
Method Details
def apply(start : Double, end : Double, step : Double) : Exclusive[BigDecimal]

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