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