Click or drag to resize

Altaxo.Data.Transformations Namespace

Contains transformations for numeric and variant-valued data.
Classes
 ClassDescription
Public classCompoundTransformation Transformation composed of multiple transformations executed in sequence.
Public classDecadicExponentialTransformation Applies the decadic exponential function 10^x.
Public classDecadicLogarithmTransformation Applies the decadic logarithm function log10(x).
Public classImmutableClassWithoutMembersBase Provides a base class for immutable classes without instance members.
Public classInverseTransformation Applies the inverse transformation 1/x.
Public classNaturalExponentialTransformation Applies the natural exponential function exp(x).
Public classNaturalLogarithmTransformation Applies the natural logarithm function log(x).
Public classNegateTransformation Applies the negation transformation -x.
Public classOffsetTransformation Adds a constant offset to a value.
Public classScaleTransformation Multiplies a value by a constant scale factor.
Interfaces
 InterfaceDescription
Public interfaceIDoubleToDoubleTransformation Transforms one Double value into another.