Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpSetCalcQuery<T>

Type parameters

  • T = any

Hierarchy

  • UpSetCalcQuery

Index

Properties

Methods

Properties

Readonly color

color: string

color for highlighting

Readonly name

name: string

name of this query for the tooltip

Methods

overlap

  • overlap(s: ISetLike<T> | readonly T[]): number
  • computes the overlap of the given set to this query

    Parameters

    • s: ISetLike<T> | readonly T[]

      the current set to evaluate

    Returns number

    at most s.cardinality