public class RoundingModes
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int roundingMode)
Returns the name of the rounding mode.
|
static int |
valueOf(java.lang.String name)
Returns the rounding mode of the specified name.
|
public static final java.lang.String toString(int roundingMode)
public static final int valueOf(java.lang.String name)
name
- the rounding mode's name. Allowed values include:
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.