Altaxo. |
| Class | Description | |
|---|---|---|
| CompoundTransformation | Transformation composed of multiple transformations executed in sequence. | |
| DecadicExponentialTransformation | Applies the decadic exponential function 10^x. | |
| DecadicLogarithmTransformation | Applies the decadic logarithm function log10(x). | |
| ImmutableClassWithoutMembersBase | Provides a base class for immutable classes without instance members. | |
| InverseTransformation | Applies the inverse transformation 1/x. | |
| NaturalExponentialTransformation | Applies the natural exponential function exp(x). | |
| NaturalLogarithmTransformation | Applies the natural logarithm function log(x). | |
| NegateTransformation | Applies the negation transformation -x. | |
| OffsetTransformation | Adds a constant offset to a value. | |
| ScaleTransformation | Multiplies a value by a constant scale factor. |
| Interface | Description | |
|---|---|---|
| IDoubleToDoubleTransformation | Transforms one Double value into another. |