Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ThresholdBooleanListDto

Index

Constructors

Properties

Constructors

constructor

Properties

inverse

inverse: boolean

True values become false and false values become true

default

false

numbers

numbers: number[]

Numbers to remap to bools based on threshold

default

undefined

threshold

threshold: number

Threshold for the numeric value until which the output will be true. If number in the list is larger than this threshold it will become false if inverse stays false.

default

1

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc