Saxonberg Server API
    Preparing search index...

    Interface BandThreshold

    A single tier cutoff: the band a scalar ≥ min (and < the next min) lands in.

    interface BandThreshold {
        min: number;
        name: BandName;
    }
    Index

    Properties

    Properties

    min: number
    name: BandName