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