public abstract class MathUtil extends Object
Constructor and Description |
---|
MathUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
compareDoubleAgainstLong(double lhs,
long rhs) |
static int |
compareLongAgainstDouble(long lhs,
double rhs) |
static boolean |
numbersEqual(double fpn,
long in) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.