public class NumberUtils extends Object
Constructor and Description |
---|
NumberUtils() |
Modifier and Type | Method and Description |
---|---|
static int |
hashCombine(int hash1,
int hash2) |
static double |
snap(double v,
double minv,
double maxv) |
static int |
snap(int v,
int minv,
int maxv) |
static long |
snap(long v,
long minv,
long maxv) |
Copyright © 2018. All rights reserved.