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