Uses of Enum Class
at.syntaxerror.ieee754.binary.BinaryType
-
Uses of BinaryType in at.syntaxerror.ieee754.binary
Methods in at.syntaxerror.ieee754.binary that return BinaryTypeModifier and TypeMethodDescriptionstatic BinaryTypeReturns the enum constant of this class with the specified name.static BinaryType[]BinaryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in at.syntaxerror.ieee754.binary with parameters of type BinaryTypeModifier and TypeMethodDescriptionBinaryFactory.create(int signum, BinaryType type) Creates a newBinaryConstructors in at.syntaxerror.ieee754.binary with parameters of type BinaryTypeModifierConstructorDescriptionBinary(int signum, BinaryType type) Creates a new special binary floating-point number.