Searched refs:bigDec (Results 1 – 1 of 1) sorted by relevance
460 BigDecimal bigDec = new BigDecimal(zoomRatio); in roundZoomRatio() local461 return bigDec.setScale(1, RoundingMode.HALF_UP).floatValue(); in roundZoomRatio()