Compound |
[Missing <summary> documentation for "T:Altaxo.Data.Transformations.CompoundTransformation"]
public class CompoundTransformation : IDoubleToDoubleTransformation, IVariantToVariantTransformation, IImmutable
The CompoundTransformation type exposes the following members.
Name | Description | |
---|---|---|
CompoundTransformation | Initializes a new instance of the CompoundTransformation class. |
Name | Description | |
---|---|---|
BackTransformation | ||
InputValueType | Gets the type of the input value of the transformation. | |
IsEditable | ||
OutputValueType | Gets the type of the output value of the transformation. | |
RepresentationAsFunction | ||
RepresentationAsOperator |
Name | Description | |
---|---|---|
Derivative | Evaluates the derivative of the transformed y value. | |
Equals | (Overrides ObjectEquals(Object)) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | (Overrides ObjectGetHashCode) | |
GetRepresentationAsFunction | ||
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
Transform(AltaxoVariant) | ||
Transform(Double) | ||
TryGetCompoundTransformation | Try to get a compound transformation. Use this function when in doubt how many transformations the enumeration yields. The behavior is as follows: if the enumeration is null or empty, the return value is null. If the enumeration contains only one element, the return value is that element. If the enumeration contains multiple elements, the return value is a compound transformation with all elements. | |
TryGetCompoundTransformationWithSimplification(IEnumerableIVariantToVariantTransformation) | ||
TryGetCompoundTransformationWithSimplification(IEnumerableValueTupleIVariantToVariantTransformation, Boolean) | ||
WithAppendedTransformation | ||
WithPrependedTransformation |