TransformedValueRepresentation Enumeration |
[Missing <summary> documentation for "T:Altaxo.Science.TransformedValueRepresentation"]
Namespace: Altaxo.ScienceAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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