[#BloombergLP-ball-ThresholdAggregate-areValidThresholdLevels] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/ThresholdAggregate.adoc[ThresholdAggregate]::areValidThresholdLevels :relfileprefix: ../../../ :mrdocs: Return `true` if each of the specified `recordLevel`, `passLevel`, `triggerLevel`, and `triggerAllLevel` threshold values is in the range `[0 .. 255]`, and `false` otherwise. == Synopsis Declared in `<ball_thresholdaggregate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool areValidThresholdLevels( int recordLevel, int passLevel, int triggerLevel, int triggerAllLevel); ---- == Return Value `true` if each level is in `[0 .. 255]`, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *recordLevel* | record threshold level | *passLevel* | pass threshold level | *triggerLevel* | trigger threshold level | *triggerAllLevel* | trigger‐all threshold level |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#