public class MathHelper extends Object
| Constructor and Description |
|---|
MathHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFormattedString(Double value,
int precision)
put your documentation comment here
|
static List<String> |
getFormattedStrings(List<Double> values,
int precision) |
static Vector<String> |
getFormattedStringVector(Vector<Double> values,
int precision)
Deprecated.
|
@Deprecated public static Vector<String> getFormattedStringVector(Vector<Double> values, int precision)
values - Double Vectorprecision - 1 - Integer.MaxValuepublic static List<String> getFormattedStrings(List<Double> values, int precision)
Copyright © 2010-2014 anotheria.net. All Rights Reserved.