scala.BigDecimal

object Precision

[source: scala/BigDecimal.scala]

object Precision
extends Enumeration
Type Summary
type Precision
Value Summary
val DECIMAL128 : Value
val DECIMAL32 : Value
val DECIMAL64 : Value
val UNLIMITED : Value
Values and Variables inherited from Enumeration
nextId, nextName
Methods inherited from Enumeration
name, maxId, apply, elements, foreach, forall, exists, map, flatMap, filter, toString, Value, Value, Value, Value, Set32, Set32, Set64, Set64, maskToBit
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 Precision

Value Details
val DECIMAL128 : Value

val DECIMAL32 : Value

val DECIMAL64 : Value

val UNLIMITED : Value