Class RealRepresentation.Number2SignUnsigned

  • Enclosing class:
    RealRepresentation

    private static class RealRepresentation.Number2SignUnsigned
    extends Object
    Container for number splitted into sign and unsigned.
    • Constructor Detail

      • Number2SignUnsigned

        Number2SignUnsigned​(String signed)
        Creates a new Number2SignUnsigned instance wrapping a string representation of a number.
        Parameters:
        signed - a String representation of a number. There may be either an explicit sign or the first symbol is a digit.
        Throws:
        NumberFormatException - if the first symbol is neither a sign nor a digit.
    • Method Detail

      • getUnSigned

        String getUnSigned()