TransformedValueGetFormula Method |
Returns a formula string for the specified transformation applied to the given variable name.
Namespace: Altaxo.ScienceAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
StringA string representing the formula for the transformation.
See Also