public class Numbers extends Object
Modifier and Type | Method and Description |
---|---|
static String |
toFixed(double number,
int n)
Converts a
double to a String with a specified number
of decimal points. |
static String |
toInt(double number)
Converts a
double to a String representing the integer
floor value. |
Copyright © 2018. All rights reserved.