tables.columnindexeswithzeros.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/tables > columnIndexesWithZeros

columnIndexesWithZeros() function

Returns a list of column indices that contain at least one 0.

Signature:

export declare function columnIndexesWithZeros(table: ColumnTable): number[];

Parameters

ParameterTypeDescription
tableColumnTable

Returns:

number[]

Contents

  1. 1columnIndexesWithZeros() function
  2. 2Parameters