Click or drag to resize

Altaxo.Science Namespace

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

Classes
 ClassDescription
Public classCombinedTransform Transformation that applies a sequence of transformations in order.
Public classInverseTransformation Transformation that returns the multiplicative inverse (1/x).
Public classNaturalExponentialTransform Transformation that applies the natural exponential function (exp(x)).
Public classNaturalLogarithmTransformation Transformation that applies the natural logarithm (ln(x)).
Public classNegateTransformation Transformation that negates the value (-x).
Public classOffsetTransformation Transformation that adds a fixed offset to the input value (x + offset).
Public classScaleTransformation Transformation that scales the input value by a factor (scale * x).
Public classSIConstants Provides physical constants in the SI base units (Metre, Kilogram, Second, Ampere, Kelvin, Candela, Mole).
Structures
 StructureDescription
Public structureEnergy Represents an energy value together with its unit.
Public structureTemperature Provides conversion between different temperature units.
Public structureTransformedValue Static helpers for converting between transformed and base values.
Interfaces
 InterfaceDescription
Public interfaceIDoubleToDoubleValueTransformation Defines a transformation from a double value to another double value. Implementations should also provide a human-readable string representation and a back-transformation.
Enumerations
 EnumerationDescription
Public enumerationEnergyRepresentation Different representations of energy.
Public enumerationTemperatureRepresentation Represents available temperature representations for conversion.
Public enumerationTransformedValueRepresentation 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.