TransformedValueRepresentation Enumeration |
Specifies the various representations a value can have when transformed.
These representations are used by the helpers in the `TransformedValue` struct
to convert between a base value and its transformed form.
Namespace: Altaxo.ScienceAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic enum TransformedValueRepresentation
Members| Member name | Value | Description |
|---|
| Original | 0 | Value is used directly (no transformation). |
| Inverse | 1 | Value is used in form of its inverse. |
| Negative | 2 | Value is used in form of its negative. |
| DecadicLogarithm | 3 | Value is used in the form of its decadic logarithm. |
| NegativeDecadicLogarithm | 4 | Value is used in the form of its negative decadic logarithm. |
| NaturalLogarithm | 5 | Value is used in the form of its natural logarithm. |
| NegativeNaturalLogarithm | 6 | Value is used in the form of its negative natural logarithm. |
See Also