scala.BigDecimal

object RoundingMode

[source: scala/BigDecimal.scala]

@serializable

object RoundingMode
extends Enumeration
Type Summary
type RoundingMode
Value Summary
val CEILING : Value
val DOWN : Value
val FLOOR : Value
val HALF_DOWN : Value
val HALF_EVEN : Value
val HALF_UP : Value
val UNNECESSARY : Value
val UP : Value
Values and Variables inherited from Enumeration
nextId, nextName
Method Summary
protected def readResolve : AnyRef
Methods inherited from Enumeration
toString, values, maxId, apply, withName, Value, Value, Value, Value, name, valueOf, iterator, foreach, forall, exists, map, flatMap, filter
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Type Details
type RoundingMode

Value Details
val UP : Value

val DOWN : Value

val CEILING : Value

val FLOOR : Value

val HALF_UP : Value

val HALF_DOWN : Value

val HALF_EVEN : Value

val UNNECESSARY : Value

Method Details
protected def readResolve : AnyRef