Click or drag to resize

IVariantToVariantTransformationRepresentationAsOperator Property

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

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

Property Value

String
The representation of this transformation as an operator
See Also