Natural |
public class NaturalLogarithmTransformation : ImmutableClassWithoutMembersBase, IDoubleToDoubleTransformation, IVariantToVariantTransformation, IImmutable
The NaturalLogarithmTransformation type exposes the following members.
| Name | Description | |
|---|---|---|
| NaturalLogarithmTransformation | Initializes a new instance of the NaturalLogarithmTransformation class |
| Name | Description | |
|---|---|---|
| BackTransformation | Gets the corresponding back transformation, or null if no such back transformation exists (as for instance for the absolute value transformation). | |
| InputValueType | Gets the type of the input value of the transformation. | |
| Instance | Gets the singleton instance. | |
| IsEditable |
Gets a value indicating whether this instance can be edited.
(Inherited from ImmutableClassWithoutMembersBase) | |
| OutputValueType | Gets the type of the output value of the transformation. | |
| RepresentationAsFunction | Gets the representation of this transformation as a function. | |
| RepresentationAsOperator | Gets the representation of this transformation as an operator. If the operator representation is not applicable, null should be returned. |
| Name | Description | |
|---|---|---|
| Derivative | Evaluates the derivative of the transformed y value. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from ImmutableClassWithoutMembersBase) | |
| 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. (Inherited from ImmutableClassWithoutMembersBase) | |
| 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. |