IDouble |
public interface IDoubleToDoubleTransformation : IVariantToVariantTransformation, IImmutable
The IDoubleToDoubleTransformation type exposes the following members.
Name | Description | |
---|---|---|
![]() | BackTransformation |
Gets the corresponding back transformation, or null if no such back transformation exists (as for instance for the absolute value transformation).
(Inherited from IVariantToVariantTransformation) |
![]() | InputValueType |
Gets the type of the input value of the transformation.
(Inherited from IVariantToVariantTransformation) |
![]() | IsEditable |
Gets a value indicating whether this instance is editable, i.e. contains methods to make new instances of this class
with other behaviour.
(Inherited from IVariantToVariantTransformation) |
![]() | OutputValueType |
Gets the type of the output value of the transformation.
(Inherited from IVariantToVariantTransformation) |
![]() | RepresentationAsFunction |
Gets the representation of this transformation as a function.
(Inherited from IVariantToVariantTransformation) |
![]() | RepresentationAsOperator |
Gets the representation of this transformation as an operator. If the operator representation is not applicable, null should be returned.
(Inherited from IVariantToVariantTransformation) |
Name | Description | |
---|---|---|
![]() | Derivative | Evaluates the derivative of the transformed y value. |
![]() | GetRepresentationAsFunction |
Gets the representation of this transformation as a function with the argument provided in the parameter arg.
(Inherited from IVariantToVariantTransformation) |
![]() | Transform(AltaxoVariant) |
Transforms the specified value into another AltaxoVariant value.
(Inherited from IVariantToVariantTransformation) |
![]() | Transform(Double) | Transforms the specified y value. |