Click or drag to resize

NegateTransformationGetRepresentationAsFunction Method

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

Namespace: Altaxo.Data.Transformations
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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.

Implements

IVariantToVariantTransformationGetRepresentationAsFunction(String)
See Also