Searched refs:existingDouble (Results 1 – 1 of 1) sorted by relevance
464 double existingDouble = Double.parseDouble(existingValue); in combineValues() local466 return Double.toString(existingDouble + newDouble); in combineValues()