TransformationsRegistry Class |
Namespace: FinAnalysis.Transformations
public class TransformationsRegistry
The TransformationsRegistry type exposes the following members.
Name | Description | |
---|---|---|
![]() | TransformationsRegistry |
Constructor
|
Name | Description | |
---|---|---|
![]() | CreateTransformation |
Create transformation. Transformation must be registered before
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | RegisterBaseMathTransformation |
Register transformation for simple math function double(double)
|
![]() | RegisterNOrderMathTransformation |
Register transformation for math function double(double, double)
|
![]() | RegisterTransformation |
Register transformation
|
![]() | RegisterTransformationIndicator |
Register transformation for indicator
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |