IMatrixQueryResult

Assembly: Matrix;

Description

The IMatrixQueryResult interface is used to work with data search results in matrix.

Inheritance Hierarchy

IMatrixQueryResult

Comments

Use the IMatrixQuery.Result property to get search results.

Properties

  Property name Brief description
Count The Count property returns the number of elements as a result of data search in matrix.
Item The Item property returns the element of search result in matrix.
Matrix The Matrix property returns result of query as a matrix.
The MaxValue property returns the maximum value available in the result.
The MinValue property returns the minimum value available in the result.

Methods

  Method name Brief description
FindByKey The FindByKey method searches for dynamic bit array by the key.
GetSelection The GetSelection method determines selection for the specified dimension.

See also:

Matrix Assembly Interfaces