Searched refs:roundToPartsPer (Results 1 – 1 of 1) sorted by relevance
606 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000); in RowData()623 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000); in RowData()710 private double roundToPartsPer(double a, double whole) { in roundToPartsPer() method in ConvertLanguageData.RowData