Type Alias Cube<TValue>

Cube: Matrix<TValue[]>

A cube is a three dimensional data structure.

Type Parameters

  • TValue

    The type of the source data that the cube was created from.