public class Algorithms extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
BASE_MAX |
static double |
BASE_MIN |
static double |
LIMIT_MIN |
| Constructor and Description |
|---|
Algorithms() |
| Modifier and Type | Method and Description |
|---|---|
static double |
scale(double valueIn,
double limitMax) |
static double |
scale(double valueIn,
double limitMin,
double limitMax) |
static double |
scale(double valueIn,
double baseMin,
double baseMax,
double limitMin,
double limitMax) |
Copyright © 2018. All rights reserved.