Array of numbers

An array containing numeric values, which can include integers, floating-point numbers, or a mixture of both. The numbers in the array maintain their order and can be processed by functions that perform mathematical operations, statistical calculations, or comparisons on multiple numeric values.

Arrays of numbers are useful for functions that need to work with multiple numeric values simultaneously, such as calculating percentiles from a set of thresholds, comparing values against multiple boundaries, or performing batch arithmetic operations.

For example, [1, 5, 10, 50, 100] could represent a set of percentile thresholds, while [3.14, 2.71, 1.41] might be mathematical constants used in calculations.

Percentile thresholds
logscale
percentile(responsetime, percentiles=[50, 90, 95, 99])
Multiple numeric values for comparison
logscale
[200, 201, 204, 301, 302]
Statistical values
logscale
[0.1, 0.5, 1.0, 2.5, 5.0]

Functions using this Type: dropEvent(), eval(), fieldset(), parseFixedWidth(), percentile()