Assembly: Matrix;
Namespace: Prognoz.Platform.Interop.Matrix;
The IMatrixTransformer interface is used to work with matrix transformer.
IMatrixTransformer
A matrix transformer is an object that transforms a source matrix by dimension selections into a new matrix with time dimensions.
Create a matrix transformer to work with it.
Property name | Brief description | |
The Dimensions property returns the collection of matrix transformer time dimensions. | ||
The Source property determines a matrix that is a data source for matrix transformer. |
Method name | Brief description | |
The Transform method transforms matrix transformer data into matrix. |
See also: