public class DoubleExt extends Object
DoubleExt()
BigDecimal
toBigDecimal(Double self)
BigInteger
toBigInteger(Double self)
Boolean
toBoolean(Double self)
Byte
toByte(Double self)
Double
toDouble(Double self)
Float
toFloat(Double self)
Integer
toInt(Double self)
Long
toLong(Double self)
Short
toShort(Double self)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DoubleExt()
public Boolean toBoolean(Double self)
public Integer toInt(Double self)
public Long toLong(Double self)
public Float toFloat(Double self)
public Double toDouble(Double self)
public Short toShort(Double self)
public Byte toByte(Double self)
public BigInteger toBigInteger(Double self)
public BigDecimal toBigDecimal(Double self)
Copyright © 2024. All rights reserved.