Technical Elements Documentation
    Preparing search index...

    Interface SaphireHistogram

    Interface for SAPHIRE histogram compatibility

    technical_elements.core.integration

    interface SaphireHistogram {
        bins: { count: number; lowerBound: number; upperBound: number }[];
        description?: string;
        name: string;
    }
    Index

    Properties

    bins: { count: number; lowerBound: number; upperBound: number }[]

    Histogram bins

    Type declaration

    • count: number

      Count in the bin

    • lowerBound: number

      Lower bound of the bin

    • upperBound: number

      Upper bound of the bin

    description?: string

    Histogram description

    name: string

    Histogram name