Interface LexoNumeralSystem


public interface LexoNumeralSystem
A numeral system used by LexoInteger and LexoDecimal to define their base.
  • Field Details

  • Method Details

    • getBase

      int getBase()
    • getPositiveChar

      char getPositiveChar()
    • getNegativeChar

      char getNegativeChar()
    • getRadixPointChar

      char getRadixPointChar()
    • toDigit

      int toDigit(char ch)
    • toChar

      char toChar(int digit)