Compound |
The CompoundTransformation type exposes the following members.
| Name | Description | |
|---|---|---|
| Derivative | Evaluates the derivative of the transformed y value. | |
| Equals | Determines whether the specified object is equal to the current object. (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 | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetRepresentationAsFunction | Gets the representation of this transformation as a function with the argument provided in the parameter arg. | |
| 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) | Transforms the specified value into another AltaxoVariant value. | |
| Transform(Double) | Transforms the specified y value. | |
| 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) | Creates a simplified compound transformation from a sequence of transformations. | |
| TryGetCompoundTransformationWithSimplification(IEnumerableValueTupleIVariantToVariantTransformation, Boolean) | Creates a simplified compound transformation from a sequence of transformations and direction flags. | |
| WithAppendedTransformation | Returns a new compound transformation with the specified transformation appended. | |
| WithPrependedTransformation | Returns a new compound transformation with the specified transformation prepended. |