IVariantToVariantTransformationGetRepresentationAsFunction Method |
Gets the representation of this transformation as a function with the argument provided in the parameter arg.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax string GetRepresentationAsFunction(
string arg
)
Parameters
- arg String
- The functions argument, e.g. 'x'.
Return Value
StringThe representation of this transformation as a function with the argument provided in the parameter
arg.
See Also