dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
BigDecimal.setScale
java
math
BigDecimal
BigDecimal
Undocumented in source. Be warned that the author may not have intended to support it.
BigDecimal
setScale
(int scale_)
BigDecimal
setScale
(int scale_, int roundingMode)
class
BigDecimal
BigDecimal
setScale
(
int
scale_
,
int
roundingMode
)
Meta
Source
See Implementation
java
math
BigDecimal
BigDecimal
constructors
this
functions
abs
add
compareTo
divide
doubleValue
equals
floatValue
hashCode
intValue
longValue
max
min
movePointLeft
movePointRight
multiply
negate
scale
setScale
signum
subtract
toBigInteger
toString
unscaledValue
static functions
valueOf
static variables
ROUND_CEILING
ROUND_DOWN
ROUND_FLOOR
ROUND_HALF_DOWN
ROUND_HALF_EVEN
ROUND_HALF_UP
ROUND_UNNECESSARY
ROUND_UP