UcumDecimal class
Methods
-
absolute()
→ UcumDecimal
-
-
add(UcumDecimal other)
→ UcumDecimal
-
-
allZeros(String? s, [int start = 0])
→ bool
-
-
asInteger()
→ int
-
-
asScientific()
→ String
-
-
asUcumDecimal()
→ String
-
-
cdig(int i)
→ String
-
-
checkForCouldBeWholeNumber()
→ void
-
-
comparesTo(UcumDecimal? other)
→ int
-
-
copy()
→ UcumDecimal
-
-
countSignificants(String value)
→ int
-
-
delete(String value, int offset, int length)
→ String
-
-
dig(String c)
→ int
-
-
divide(UcumDecimal other)
→ UcumDecimal
-
-
divideInt(int other)
→ UcumDecimal
-
-
divInt(UcumDecimal other)
→ UcumDecimal
-
-
doAdd(UcumDecimal other)
→ UcumDecimal
-
-
doSubtract(UcumDecimal other)
→ UcumDecimal
-
-
equals(Object other)
→ bool
-
-
equalsValue(Object other)
→ bool
-
-
equivalent(Object other)
→ bool
-
-
insert(String ins, String value, int offset)
→ String
-
-
isOne()
→ bool
-
-
isWholeNumber()
→ bool
-
-
isZero()
→ bool
-
-
limitPrecisionTo(UcumDecimal other)
→ void
-
-
modulo(UcumDecimal other)
→ UcumDecimal
-
-
multiply(UcumDecimal other)
→ UcumDecimal
-
-
multiplyInt(int other)
→ UcumDecimal
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
replaceChar(String s, int offset, String c)
→ String
-
-
setValueScientific(String value)
→ void
-
-
setValueUcumDecimal(String value)
→ void
-
-
significantFigures()
→ int
-
-
stringAddition(String s1, String s2)
→ String
-
-
stringMultiply(String char, int count)
→ String
-
-
stringSubtraction(String s1, String s2)
→ String
-
-
subtract(UcumDecimal other)
→ UcumDecimal
-
-
toString()
→ String
-
A string representation of this object.
override
-
trimLeadingZeros(String s)
→ String
-
-
trunc()
→ UcumDecimal
-