Options
All
  • Public
  • Public/Protected
  • All
Menu

Stores the row indexes for the value groups and the row indexes for the intersection of the value groups.

Hierarchy

  • ValueGroupGrid

Index

Properties

grid: number[][][]

A grid or matrix representation of the row indexes contained at the intersection of each of the value groups for valueGroup1 and valueGroup2, where each index array represents the data table rows contained in the intersection of each valueGroup1 group and valueGroup2 group.

valueGroup1Idx: number[]

Array of row indexes representing the first row of each valueGroup1 value group.

valueGroup2Idx: number[]

Array of row indexes representing the first row of each valueGroup2 value group.

Generated using TypeDoc