schema.bin.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/schema > Bin

Bin interface

Describes a data bin in terms of inclusive lower bound and count of values in the bin.

Signature:

export interface Bin 

Properties

PropertyModifiersTypeDescription
countnumber
minnumber | string

Contents

  1. 1Bin interface
  2. 2Properties