QuercusVL Programming ManualC: Does not exist, checkVL_Summary_get_OccupationsDistribution_Item(int h, int item) de SummaryReturns the percentage in the indicated position within the collection of timepercentages for a given occupancy range. The location of each time percentage in thecollection, corresponds with the order of ranges in the collectionOccupationsUpperLimit of the detector.The parameter “item” must specify the position (starting from zero).If there is no OccupationsDistribution at the specified position, it returns an invalid one(see IsValid from OccupationsDistribution class).3.33. SpeedsUpperLimit ClassCollection of values making up the speed ranges of a detector. For deeper information aboutspeed distribution, see SmartLoop® user manual.3.33.1. Properties● CountC++: int Count ( )C: Does not exist, check VL_Summary_get_SpeedsUpperLimit_Count(int h)de SummaryNumber of values in the collection.● ItemC++: int Item ( int item )C: Does not exist, check VL_Summary_get_SpeedsUpperLimit_Item(int h,int item) from SummaryReturns the value in the indicated position, inside the collection of values making up thespeed 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 SpeedsUpperLimit at the specified position, it returns an invalid one (seeIsValid from SpeedsUpperLimit class).Quercus Technologies 79