Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Arraytosigledigit

Index

Methods

digitfive

  • digitfive(): number
  • Get the array and take the 5th character

    Returns number

    A number that sit in place 4 from the temperature array

digitfore

  • digitfore(): number
  • Get the array and take the 4th character

    Returns number

    A number that sit in place 3 from the temperature array

digitone

  • digitone(): number
  • Get the array and take the first character

    Returns number

    A number that sit in place 0 from the temperature array

digitthree

  • digitthree(): number
  • Get the array and take the 3th character

    Returns number

    A number that sit in place 2 from the temperature array

digittwo

  • digittwo(): number
  • Get the array and take the second character

    Returns number

    A number that sit in place 1 from the temperature array

Generated using TypeDoc