Uses of Enum
ch.obermuhlner.math.big.BigFloat.SpecialBigFloat.Type
Packages that use BigFloat.SpecialBigFloat.Type
-
Uses of BigFloat.SpecialBigFloat.Type in ch.obermuhlner.math.big
Fields in ch.obermuhlner.math.big declared as BigFloat.SpecialBigFloat.TypeModifier and TypeFieldDescriptionprivate final BigFloat.SpecialBigFloat.TypeBigFloat.SpecialBigFloat.typeMethods in ch.obermuhlner.math.big that return BigFloat.SpecialBigFloat.TypeModifier and TypeMethodDescriptionprotected BigFloat.SpecialBigFloat.TypeBigFloat.SpecialBigFloat.type()protected BigFloat.SpecialBigFloat.TypeBigFloat.type()return special type of a valueReturns 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.TypeModifier and TypeMethodDescriptionstatic intBigFloat.SpecialBigFloat.Type.compare(BigFloat.SpecialBigFloat.Type a, BigFloat.SpecialBigFloat.Type b) Constructors in ch.obermuhlner.math.big with parameters of type BigFloat.SpecialBigFloat.Type