MatrixTransformer

Assembly: Matrix;

Namespace: Prognoz.Platform.Interop.Matrix;

Description

The MatrixTransformer class implements an object that is used to work with matrix transformer.

Comments

A matrix transformer is an object that transforms a source matrix by dimension selections into a new matrix with time dimensions.

Fore.NET Syntax

Class to get analog of the MatrixTransformer class:

None;

Class to get analog of the MatrixTransformer class object:

MatrixTransformerClass();

Class object properties inherited from IMatrixTransformer

  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.

Class object methods inherited from IMatrixTransformer

  Method name Brief description
The Transform method transforms matrix transformer data into matrix.

See also:

Matrix Assembly Classes