public class Difference extends Object implements Cost
| Constructor and Description |
|---|
Difference(double min,
double max) |
| Modifier and Type | Method and Description |
|---|---|
double |
costMovingTo(double valueAtNewPoint) |
double |
minStepCost() |
public double costMovingTo(double valueAtNewPoint)
costMovingTo in interface Costpublic double minStepCost()
minStepCost in interface CostCopyright © 2015–2021 Fiji. All rights reserved.