NumberFormat.setMinimumFractionDigits

NumberFormat.setMinimumFractionDigits

Class Overview | Class Members | This Package | All Packages

Syntax
public void setMinimumFractionDigits( int newValue )
Description
Sets the minimum number of digits allowed in the fraction portion of a number. minimumFractionDigits must be <= maximumFractionDigits. If the new value for minimumFractionDigits exceeds the current value of maximumFractionDigits, then maximumIntegerDigits will also be set to the new value

See Also
getMinimumFractionDigits