public class NumberUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
EPS |
| Constructor and Description |
|---|
NumberUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(double a,
double b,
double epsilon) |
static boolean |
equalsEpsilon(double a,
double b) |
static <T extends Number> |
parseNumber(String str,
Class<T> type) |
public static final double EPS
public static <T extends Number> T parseNumber(String str, Class<T> type) throws UnsupportedOperationException
UnsupportedOperationExceptionpublic static boolean equalsEpsilon(double a,
double b)
public static boolean equals(double a,
double b,
double epsilon)
Copyright © 2007–2017 Gephi Consortium. All rights reserved.