Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new DecodedNumeric(newPosition: number, firstDigit: number, secondDigit: number): DecodedNumeric

Properties

Private Readonly firstDigit

firstDigit: number

Private Readonly secondDigit

secondDigit: number

Static Readonly FNC1

FNC1: number = 10

Methods

getFirstDigit

  • getFirstDigit(): number

getNewPosition

  • getNewPosition(): number

getSecondDigit

  • getSecondDigit(): number

getValue

  • getValue(): number

isAnyFNC1

  • isAnyFNC1(): boolean

isFirstDigitFNC1

  • isFirstDigitFNC1(): boolean

isSecondDigitFNC1

  • isSecondDigitFNC1(): boolean

Generated using TypeDoc