Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Settings

A class that accepts border and size settings and converts number to binary code, sended to BinaryConverter class

Hierarchy

  • Settings

Index

Constructors

constructor

Properties

comma

comma: string

degreeSign

degreeSign: string

eight

eight: string

five

five: string

four

four: string

letterC

letterC: string

negative

negative: string

nine

nine: string

one

one: string

output

output: Array<string>

seven

seven: string

six

six: string

space

space: string

three

three: string

two

two: string

zero

zero: string

Methods

convertToBinary

  • convertToBinary(temperature: string, border: boolean, doubleSize: boolean): void
  • A method that accepts the number and settings converts to binary code and sends it to BinaryConverter class

    Parameters

    • temperature: string

      Represents the value of the temperature

    • border: boolean

      Represents the state of the border

    • doubleSize: boolean

      Represents the state of the size

    Returns void

Generated using TypeDoc