Click or drag to resize

TransformedValueGetFormula Method

Returns a formula string for the specified transformation applied to the given variable name.

Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static string GetFormula(
	string nameOfVariable,
	TransformedValueRepresentation transform
)

Parameters

nameOfVariable  String
The variable name to use in the formula.
transform  TransformedValueRepresentation
The transformation representation.

Return Value

String
A string representing the formula for the transformation.
See Also