Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableMaxValue

The maximum value and the index of the maximum value in a Table.

Hierarchy

  • TableMaxValue

Index

Constructors

Accessors

Constructors

constructor

  • new TableMaxValue(p_autogen0: number, p_autogen1: number): TableMaxValue
  • Parameters

    • p_autogen0: number
    • p_autogen1: number

    Returns TableMaxValue

Accessors

index

  • get index(): number
  • Gets the position (zero based index) of the maximum value in the Table.

    Returns number

value

  • get value(): number
  • Gets the maximum value found.

    Returns number