public class BigIntegerExt extends Object
| 构造器和说明 |
|---|
BigIntegerExt() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
toBigDecimal(BigInteger self) |
BigInteger |
toBigInteger(BigInteger self) |
Boolean |
toBoolean(BigInteger self) |
Byte |
toByte(BigInteger self) |
Double |
toDouble(BigInteger self) |
Float |
toFloat(BigInteger self) |
Integer |
toInt(BigInteger self) |
Long |
toLong(BigInteger self) |
Short |
toShort(BigInteger self) |
public Boolean toBoolean(BigInteger self)
public Integer toInt(BigInteger self)
public Long toLong(BigInteger self)
public Float toFloat(BigInteger self)
public Double toDouble(BigInteger self)
public Short toShort(BigInteger self)
public Byte toByte(BigInteger self)
public BigInteger toBigInteger(BigInteger self)
public BigDecimal toBigDecimal(BigInteger self)
Copyright © 2024. All rights reserved.