Constructors

Synopses

Declared in <ball_thresholdaggregate.h>

Create a threshold aggregate whose threshold levels are all 0.

Create a threshold aggregate having the same value as that of the specified original threshold aggregate.

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

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

Parameters

Name

Description

original

threshold aggregate to copy

recordLevel

record threshold level

passLevel

pass threshold level

triggerLevel

trigger threshold level

triggerAllLevel

trigger‐all threshold level

Created with MrDocs