Double
The Double within LogScale supports a floating-point
number between -21023 and
21023.
When assigning values to numbers, both standard numerical and exponent values can be used. For example, the following are all valid:
logscale
small := 0.43575
medium := 1.4587945
large := 1.455E45logscale
percentile(responsetime, percentiles=[50.5, 90.0, 95.5, 99.9])logscale
threshold := 0.001
ratio := 3.14159The exponential format can be used to specify very large numbers:
logscale
coefficient := 1.602E-19
distance := 9.461E15
Functions using this Type:
dropEvent(), eval(), fieldset(), formatTime(), percentile(), sample()