Click or drag to resize

IVariantToVariantTransformationBackTransformation 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
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IVariantToVariantTransformation BackTransformation { get; }

Property Value

IVariantToVariantTransformation
The back transformation.
See Also