Home
last modified time | relevance | path

Searched refs:cashRoundingIncrement (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java456 public final double cashRoundingIncrement; field in SupplementalDataInfo.CurrencyNumberInfo
477 cashRoundingIncrement = this.cashRounding * Math.pow(10.0, -digits); in CurrencyNumberInfo()