Numeric Range Normalizer

Numeric range normalizers have three types, one for signed integers, one for unsigned integers, and one for decimals. Each one chooses a result by comparing a numeric value in a specified MATRIXX Data Container (MDC) field to numeric ranges specified in a normalizer. On finding a match, rating uses the index associated with that range.

Numeric range normalizers are not typically used to measure a usage quantity because they do not distribute an event across the numeric ranges. Instead, one range is used for the entire event. If an event does not span ranges, this is valid. For example, you can use a numeric range normalizer to return one policy for data transfers smaller than 10 kilobytes and another policy for data transfers larger than 10 kilobytes.

A numeric range normalizer is inclusive at the bottom of the range and exclusive at the top of the range, as shown in the folowing, where X is the value: Start Range <= X < End Range

When the Unsigned Integer Range is used, the DataType can be configured as Default (uint) or IP Address.