public class DoubleUtil extends Object
| Constructor and Description |
|---|
DoubleUtil() |
| Modifier and Type | Method and Description |
|---|---|
static double |
bytesToDouble(byte[] arr) |
static byte[] |
doubleToBytes(double d) |
static String |
doubleToHexString(double d) |
static double |
hexStringToDouble(String hexString) |
Copyright © 2019. All rights reserved.