mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-9300 Adding links to RoundingMode user guide to ICU4C documentation.
X-SVN-Rev: 40458
This commit is contained in:
parent
6a1bbcaa58
commit
6001089138
2 changed files with 12 additions and 2 deletions
|
@ -170,6 +170,11 @@ class U_I18N_API NumberFormat : public Format {
|
|||
public:
|
||||
/**
|
||||
* Rounding mode.
|
||||
*
|
||||
* <p>
|
||||
* For more detail on rounding modes, see:
|
||||
* http://userguide.icu-project.org/formatparse/numbers/rounding-modes
|
||||
*
|
||||
* @stable ICU 2.4
|
||||
*/
|
||||
enum ERoundingMode {
|
||||
|
|
|
@ -264,8 +264,13 @@ typedef enum UNumberFormatStyle {
|
|||
UNUM_IGNORE = UNUM_PATTERN_DECIMAL
|
||||
} UNumberFormatStyle;
|
||||
|
||||
/** The possible number format rounding modes.
|
||||
* @stable ICU 2.0
|
||||
/** The possible number format rounding modes.
|
||||
*
|
||||
* <p>
|
||||
* For more detail on rounding modes, see:
|
||||
* http://userguide.icu-project.org/formatparse/numbers/rounding-modes
|
||||
*
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
typedef enum UNumberFormatRoundingMode {
|
||||
UNUM_ROUND_CEILING,
|
||||
|
|
Loading…
Add table
Reference in a new issue