Class SimpleMetric

Class to represent a simple metric.

Author

Tiago Grosso tiagogrosso99@gmail.com

Since

0.1.0

Hierarchy

Constructors

Properties

metricData: BasicInsightsMetricData<MetricValue<number>[]>

The metric data.

Methods

  • Gets the metric values between the provided bounds (non-inclusive).

    Returns

    the metric values between the provided bounds (non-inclusive).

    Parameters

    • lower: number

      the lower bound.

    • upper: number

      the upper bound.

    Returns MetricValue<number>[]

Generated using TypeDoc