BloombergLP::ball::ThresholdAggregate::ThresholdAggregate

Create a threshold aggregate whose threshold levels are the specified recordLevel, passLevel, triggerLevel, and triggerAllLevel, respectively.

Synopsis

Declared in <ball_thresholdaggregate.h>

ThresholdAggregate(
    int recordLevel,
    int passLevel,
    int triggerLevel,
    int triggerAllLevel);

Description

The behavior is undefined if any threshold level is not in the range [0 .. 255].

Parameters

NameDescription
recordLevelrecord threshold level
passLevelpass threshold level
triggerLeveltrigger threshold level
triggerAllLeveltrigger-all threshold level