public class NumUtil extends Object
Constructor and Description |
---|
NumUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
keep1Point(double value) |
static String |
keep2Point(double value) |
static String |
keep2PointZero(double value) |
static String |
keepRandomPoint(Double value,
int n) |
static String |
keepRandomPointZero(double value,
int n) |
static String |
latLngPoint(double value) |
static String |
percent2Point(double value) |
static String |
percentRandomPoint(double value,
int n) |
public static String keep2Point(double value)
public static String keep1Point(double value)
public static String keepRandomPointZero(double value, int n)
public static String keep2PointZero(double value)
public static String percentRandomPoint(double value, int n)
public static String percent2Point(double value)
public static String latLngPoint(double value)
Copyright © 2018. All rights reserved.