Searched refs:_cashDigits (Results 1 – 1 of 1) sorted by relevance
487 public CurrencyNumberInfo(int _digits, int _rounding, int _cashDigits, int _cashRounding) { in CurrencyNumberInfo() argument492 cashDigits = _cashDigits < 0 ? digits : _cashDigits; in CurrencyNumberInfo()