Click or drag to resize

TransformedValueRepresentation Enumeration

[Missing <summary> documentation for "T:Altaxo.Science.TransformedValueRepresentation"]


Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum TransformedValueRepresentation
Members
Member nameValueDescription
Original0Value is used directly (no transformation).
Inverse1Value is used in form of its inverse.
Negative2Value is used in form of its negative.
DecadicLogarithm3Value is used in the form of its decadic logarithm.
NegativeDecadicLogarithm4Value is used in the form of its negative decadic logarithm.
NaturalLogarithm5Value is used in the form of its natural logarithm.
NegativeNaturalLogarithm6Value is used in the form of its negative natural logarithm.
See Also