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.Type
BigFloat.SpecialBigFloat.type
Methods in ch.obermuhlner.math.big that return BigFloat.SpecialBigFloat.TypeModifier and TypeMethodDescriptionprotected BigFloat.SpecialBigFloat.Type
BigFloat.SpecialBigFloat.type()
protected BigFloat.SpecialBigFloat.Type
BigFloat.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 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