Click or drag to resize

IDoubleToDoubleValueTransformation Interface

Defines a transformation from a double value to another double value. Implementations should also provide a human-readable string representation and a back-transformation.

Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IDoubleToDoubleValueTransformation

The IDoubleToDoubleValueTransformation type exposes the following members.

Properties
 NameDescription
Public propertyBackTransformation Gets the transformation that reverses this transformation.
Public propertyStringRepresentation Gets a string that describes the transformation.
Top
Methods
 NameDescription
Public methodTransform Transforms the supplied value.
Top
See Also