Scale |
[Missing <summary> documentation for "T:Altaxo.Data.Transformations.ScaleTransformation"]
public class ScaleTransformation : IDoubleToDoubleTransformation, IVariantToVariantTransformation, IImmutable
The ScaleTransformation type exposes the following members.
Name | Description | |
---|---|---|
ScaleTransformation | Initializes a new instance of the ScaleTransformation class | |
ScaleTransformation(Double) | Initializes a new instance of the ScaleTransformation 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 | ||
Scale |
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) | ||
WithScale |