Click or drag to resize

CompoundTransformationRepresentationAsFunction Property

Gets the representation of this transformation as a function.

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

Property Value

String
The representation of this transformation as a function.

Implements

IVariantToVariantTransformationRepresentationAsFunction
See Also