Click or drag to resize

CompoundTransformationRepresentationAsOperator Property

Gets the representation of this transformation as an operator. If the operator representation is not applicable, null should be returned.

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

Property Value

String
The representation of this transformation as an operator

Implements

IVariantToVariantTransformationRepresentationAsOperator
See Also