- TEN - Static variable in class java.math.BigDecimal
-
The value 10, with a scale of 0.
- TEN - Static variable in class java.math.BigInteger
-
The BigInteger constant ten.
- testBit(int) - Method in class java.math.BigInteger
-
Returns true
if and only if the designated bit is set.
- toBigInteger() - Method in class java.math.BigDecimal
-
Converts this BigDecimal
to a BigInteger
.
- toBigInteger() - Method in class sun.misc.FDBigInteger
-
Converts this FDBigInteger
to a BigInteger
.
- toBigIntegerExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal
to a BigInteger
, checking for lost information.
- toByteArray() - Method in class java.math.BigInteger
-
Returns a byte array containing the two's-complement representation of this BigInteger.
- toEngineeringString() - Method in class java.math.BigDecimal
-
Returns a string representation of this BigDecimal
, using engineering notation if an exponent is needed.
- toHexString() - Method in class sun.misc.FDBigInteger
-
Converts this FDBigInteger
to a hexadecimal string.
- toPlainString() - Method in class java.math.BigDecimal
-
Returns a string representation of this BigDecimal
without an exponent field.
- toString() - Method in class java.math.BigDecimal
-
Returns the string representation of this BigDecimal
, using scientific notation if an exponent is needed.
- toString(int) - Method in class java.math.BigInteger
-
Returns the String representation of this BigInteger in the given radix.
- toString() - Method in class java.math.BigInteger
-
Returns the decimal String representation of this BigInteger.
- toString() - Method in class java.math.MathContext
-
Returns the string representation of this MathContext
.