Searched refs:totalValue (Results 1 – 1 of 1) sorted by relevance
286 int totalValue = 0; in isThresholdBreached() local288 totalValue += averageValue[i]; in isThresholdBreached()290 return (totalValue / storeCount > thresholdValue); in isThresholdBreached()