Click or drag to resize

IVariantToVariantTransformationGetRepresentationAsFunction Method

Gets the representation of this transformation as a function with the argument provided in the parameter arg.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
string GetRepresentationAsFunction(
	string arg
)

Parameters

arg  String
The functions argument, e.g. 'x'.

Return Value

String
The representation of this transformation as a function with the argument provided in the parameter arg.
See Also