Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Science"]
| Class | Description | |
|---|---|---|
| CombinedTransform | Transformation that applies a sequence of transformations in order. | |
| InverseTransformation | Transformation that returns the multiplicative inverse (1/x). | |
| NaturalExponentialTransform | Transformation that applies the natural exponential function (exp(x)). | |
| NaturalLogarithmTransformation | Transformation that applies the natural logarithm (ln(x)). | |
| NegateTransformation | Transformation that negates the value (-x). | |
| OffsetTransformation | Transformation that adds a fixed offset to the input value (x + offset). | |
| ScaleTransformation | Transformation that scales the input value by a factor (scale * x). | |
| SIConstants | Provides physical constants in the SI base units (Metre, Kilogram, Second, Ampere, Kelvin, Candela, Mole). |
| Structure | Description | |
|---|---|---|
| Energy | Represents an energy value together with its unit. | |
| Temperature | Provides conversion between different temperature units. | |
| TransformedValue | Static helpers for converting between transformed and base values. |
| Interface | Description | |
|---|---|---|
| IDoubleToDoubleValueTransformation | Defines a transformation from a double value to another double value. Implementations should also provide a human-readable string representation and a back-transformation. |
| Enumeration | Description | |
|---|---|---|
| EnergyRepresentation | Different representations of energy. | |
| TemperatureRepresentation | Represents available temperature representations for conversion. | |
| TransformedValueRepresentation | 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. |