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.3.4-ice35-b69
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.