Bitbybit Docs
    Preparing search index...

    Class ThresholdGapsBooleanListDto (Inputs.Logic)

    Numbers and ranges for logic.thresholdGapsBooleanList, which marks the numbers inside any range.

    Index

    Constructors

    Properties

    Constructors

    Properties

    numbers: number[]

    The numbers to turn into booleans, one each.

    undefined
    
    gapThresholds: Vector2[]

    The ranges, each [min, max] with both ends included; a number inside any of them becomes true.

    undefined
    
    inverse: boolean

    When true, every result is flipped: true becomes false and false becomes true.

    false