Scala Standard Library 2.12.18 - scala.math.BigDecimal (original) (raw)
final class BigDecimal extends ScalaNumber with ScalaNumericConversions with Serializable with Ordered[BigDecimal]
Ordering
- Alphabetic
- By Inheritance
Inherited
- BigDecimal
- Ordered
- Comparable
- Serializable
- ScalaNumericConversions
- ScalaNumericAnyConversions
- ScalaNumber
- Number
- Serializable
- AnyRef
- Any
Implicitly
by orderingToOrdered
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Instance Constructors
- new BigDecimal(bigDecimal: java.math.BigDecimal)
- new BigDecimal(bigDecimal: java.math.BigDecimal, mc: MathContext)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def %(that: BigDecimal): BigDecimal
- def *(that: BigDecimal): BigDecimal
- def +(that: BigDecimal): BigDecimal
- def -(that: BigDecimal): BigDecimal
- def ->[B](y: B): (BigDecimal, B)
- def /(that: BigDecimal): BigDecimal
- def /%(that: BigDecimal): (BigDecimal, BigDecimal)
- def <(that: BigDecimal): Boolean
- def <=(that: BigDecimal): Boolean
- final def ==(arg0: Any): Boolean
- def >(that: BigDecimal): Boolean
- def >=(that: BigDecimal): Boolean
- def abs: BigDecimal
- def apply(mc: MathContext): BigDecimal
- final def asInstanceOf[T0]: T0
- val bigDecimal: java.math.BigDecimal
- def byteValue(): Byte
- def charValue: Char
- def clone(): AnyRef
- def compare(that: BigDecimal): Int
- def compareTo(that: BigDecimal): Int
- def doubleValue(): Double
- def ensuring(cond: (BigDecimal) ⇒ Boolean, msg: ⇒ Any): BigDecimal
- def ensuring(cond: (BigDecimal) ⇒ Boolean): BigDecimal
- def ensuring(cond: Boolean, msg: ⇒ Any): BigDecimal
- def ensuring(cond: Boolean): BigDecimal
- final def eq(arg0: AnyRef): Boolean
- def equals(that: BigDecimal): Boolean
- def equals(that: Any): Boolean
- def finalize(): Unit
- def floatValue(): Float
- final def getClass(): Class[_]
- def hashCode(): Int
- def intValue(): Int
- def isBinaryDouble: Boolean
- def isBinaryFloat: Boolean
- def isDecimalDouble: Boolean
- def isDecimalFloat: Boolean
- def isExactDouble: Boolean
- def isExactFloat: Boolean
- final def isInstanceOf[T0]: Boolean
- def isValidByte: Boolean
- def isValidChar: Boolean
- def isValidInt: Boolean
- def isValidLong: Boolean
- def isValidShort: Boolean
- def isWhole(): Boolean
- def longValue(): Long
- def max(that: BigDecimal): BigDecimal
- val mc: MathContext
- def min(that: BigDecimal): BigDecimal
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def pow(n: Int): BigDecimal
- def precision: Int
- def quot(that: BigDecimal): BigDecimal
- def remainder(that: BigDecimal): BigDecimal
- def round(mc: MathContext): BigDecimal
- def rounded: BigDecimal
- def scale: Int
- def setScale(scale: Int, mode: RoundingMode): BigDecimal
- def setScale(scale: Int): BigDecimal
- def shortValue(): Short
- def signum: Int
- final def synchronized[T0](arg0: ⇒ T0): T0
- def to(end: BigDecimal, step: BigDecimal): Inclusive[scala.BigDecimal]
- def to(end: BigDecimal): Partial[BigDecimal, Inclusive[BigDecimal]]
- def toBigInt(): BigInt
- def toBigIntExact(): Option[BigInt]
- def toByte: Byte
- def toByteExact: Byte
- def toChar: Char
- def toDouble: Double
- def toFloat: Float
- def toInt: Int
- def toIntExact: Int
- def toLong: Long
- def toLongExact: Long
- def toShort: Short
- def toShortExact: Short
- def toString(): String
- def ulp: BigDecimal
- def unary_-: BigDecimal
- def underlying(): java.math.BigDecimal
- def unifiedPrimitiveEquals(x: Any): Boolean
- def unifiedPrimitiveHashcode(): Int
- def until(end: BigDecimal, step: BigDecimal): Exclusive[scala.BigDecimal]
- def until(end: BigDecimal): Partial[BigDecimal, Exclusive[BigDecimal]]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def →[B](y: B): (BigDecimal, B)