[This is preliminary documentation and is subject to change.]
Represents a two deminsional matrix of T.
This class uses jagged arrays for internal implementation ensuring proper array sizing per matrix structure
Inheritance Hierarchy

NFX.Collections MatrixBase T
NFX.Collections Matrix2DBase T
NFX.Collections Matrix2D T
NFX.Media.TagCodes.QR QRMatrix
Namespace: NFX.Collections
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Type Parameters
- T
- Any desired type
See Also