Transformed |
public enum TransformedValueRepresentation
| 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. |
The TransformedValueRepresentation type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |