public class RoundingModes extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
toString(int roundingMode)
Returns the name of the rounding mode.
|
static int |
valueOf(String name)
Returns the rounding mode of the specified name.
|
public static final String toString(int roundingMode)
public static final int valueOf(String name)
name - the rounding mode's name. Allowed values include:
Copyright © 2018. All rights reserved.