public interface QuantumMap
Math
class. Each value mapper should implements this I/F.Modifier and Type | Method and Description |
---|---|
double |
transform(double x,
double k)
Maps the specified value.
|
double |
transform(float x,
double k)
Maps the specified value.
|
double |
transform(int x,
double k)
Maps the specified value.
|
double transform(int x, double k)
x
- The input value.k
- The selected curve in the family.double transform(double x, double k)
x
- The input value.k
- The selected curve in the family.double transform(float x, double k)
x
- The input value.k
- The selected curve in the family.
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.