Searched refs:DOUBLE_FORMAT (Results 1 – 1 of 1) sorted by relevance
30 private static final DecimalFormat DOUBLE_FORMAT = new DecimalFormat("#0.000001"); field in MetricUtility67 .append(DOUBLE_FORMAT.format(metric))); in addMetric()103 result.add(DOUBLE_FORMAT.parse(values[i]).doubleValue()); in getMetricDoubles()