QuercusVL Programming Manual3.34. LengthsUpperLimit ClassCollection of values making up the length ranges of a detector. For deeper information aboutlength distribution, see SmartLoop® user manual.3.34.1. Properties● CountC++: int Count ( )C: Does not exist, check VL_Summary_get_LengthsUpperLimit_Count(int h)from SummaryNumber of values in the collection.● ItemC++: int Item ( int item )C: Does not exist, check VL_Summary_get_LengthsUpperLimit_Item(int h,int item) from SummaryReturns the value in the indicated position, inside the collection of values making up thelength ranges of a detector. The values are sorted from lowest to highest, placing thesmallest value at the first position in the collection.The parameter “item” must specify the position (starting from zero).If there is no LengthsUpperLimit at the specified position, it returns an invalid one (seeIsValid from LengthsUpperLimit class).3.35. OccupationsUpperLimit ClassCollection of values that make up the occupancy percentage ranges of a detector. For deeperinformation about occupation distribution, see SmartLoop® user manual.3.35.1. Properties● CountC++: int Count ( )C: Does not exist, checkVL_Summary_get_OccupationsUpperLimit_Count(int h) from SummaryNumber of values the collection.Quercus Technologies 80