Click or drag to resize

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.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.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.

The TransformedValueRepresentation type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also