Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Row<LHSWidth, RHSWidth>

Is used to build the rows of a Tableau

Type parameters

  • LHSWidth: number

  • RHSWidth: number

Hierarchy

  • Row

Index

Constructors

  • new Row<LHSWidth, RHSWidth>(lhs: RowSide<LHSWidth>, rhs: RowSide<RHSWidth>): Row<LHSWidth, RHSWidth>
  • Type parameters

    • LHSWidth: number

    • RHSWidth: number

    Parameters

    Returns Row<LHSWidth, RHSWidth>

Properties

lhs: RowSide<LHSWidth>
rhs: RowSide<RHSWidth>

Accessors

  • get lhsWidth(): LHSWidth
  • get rhsWidth(): RHSWidth
  • get validIndices(): number[]

Methods

  • divideBy(multiple: number): void
  • Parameters

    • multiple: number

    Returns void

  • subtractMultiple(row: Row<LHSWidth, RHSWidth>, multiple: number): void
  • Parameters

    • row: Row<LHSWidth, RHSWidth>
    • multiple: number

    Returns void

Generated using TypeDoc