| java.lang.Object org.openlaszlo.utils.MathUtils
MathUtils | public class MathUtils (Code) | | A utility class containing math utility functions.
|
byteToHexString | public static String byteToHexString(byte b)(Code) | | hex representation of byte. |
formatDouble | public static String formatDouble(double d, int n)(Code) | | Parameters: d - the double to format Parameters: n - the number of places past the decimal place |
|
|