Click or drag to resize

NaturalExponentialTransformationBackTransformation Property

Gets the corresponding back transformation, or null if no such back transformation exists (as for instance for the absolute value transformation).

Namespace: Altaxo.Data.Transformations
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IVariantToVariantTransformation BackTransformation { get; }

Property Value

IVariantToVariantTransformation
The back transformation.

Implements

IVariantToVariantTransformationBackTransformation
See Also