Options
All
  • Public
  • Public/Protected
  • All
Menu

This class converts the binary code into big Digit letters.

Hierarchy

  • BiggerLetters

Index

Constructors

Properties

Accessors

Constructors

constructor

  • This creates an constructor with the binary numbers from the other class.

    Parameters

    • numberDigit: string

      puts the binary digits into numberDigit.

    Returns BiggerLetters

Properties

Private numberDigit

numberDigit: string

Accessors

bigLetter

  • get bigLetter(): string[]
  • This method gives from every binary number an array with the digits that needs to be print.

    Returns string[]

    All these returns have an array with there number but in digits.

Generated using TypeDoc