Uses of Class
ch.obermuhlner.math.big.BigFloat.SpecialBigFloat.Type
-
Packages that use BigFloat.SpecialBigFloat.Type Package Description ch.obermuhlner.math.big -
-
Uses of BigFloat.SpecialBigFloat.Type in ch.obermuhlner.math.big
Fields in ch.obermuhlner.math.big declared as BigFloat.SpecialBigFloat.Type Modifier and Type Field Description private BigFloat.SpecialBigFloat.Type
BigFloat.SpecialBigFloat. type
Methods in ch.obermuhlner.math.big that return BigFloat.SpecialBigFloat.Type Modifier and Type Method Description protected BigFloat.SpecialBigFloat.Type
BigFloat.SpecialBigFloat. type()
protected BigFloat.SpecialBigFloat.Type
BigFloat. type()
return special type of a valuestatic BigFloat.SpecialBigFloat.Type
BigFloat.SpecialBigFloat.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BigFloat.SpecialBigFloat.Type[]
BigFloat.SpecialBigFloat.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.obermuhlner.math.big with parameters of type BigFloat.SpecialBigFloat.Type Modifier and Type Method Description static int
BigFloat.SpecialBigFloat.Type. compare(BigFloat.SpecialBigFloat.Type a, BigFloat.SpecialBigFloat.Type b)
Constructors in ch.obermuhlner.math.big with parameters of type BigFloat.SpecialBigFloat.Type Constructor Description SpecialBigFloat(BigFloat.SpecialBigFloat.Type type)
-