Matrix > Matrix Assembly Interfaces > IMatrixQueryResult
Assembly: Matrix;
Namespace: Prognoz.Platform.Interop.Matrix;
The IMatrixQueryResult interface is used to work with data search results in matrix.
IMatrixQueryResult
Use the IMatrixQuery.Result property to get search results.
Property name | Brief description | |
![]() |
The Count property returns the number of elements as a result of data search in matrix. | |
![]() |
The Item property returns the element of search result in 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. |
Method name | Brief description | |
![]() |
The FindByKey method searches for dynamic bit array by the key. | |
![]() |
The GetSelection method determines selection for the specified dimension. |
See also: