Matrix2D T  ClassNFX Class Library

[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

OnlineSystem Object
  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

public class Matrix2D<T> : Matrix2DBase<T>
Type Parameters

T
Any desired type
See Also