You are here: Start » FIL.NET » Matrix Class
Matrix Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | Matrix(Int32, Int32, Single) | |
![]() | Matrix(Int32, Int32) | |
![]() | Matrix(Single[]) | |
![]() | Matrix(Int32, Int32, IList<Single>) | |
![]() | Matrix(Matrix) | Creates a deep copy of the passed object. |
![]() | Matrix() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | ColCount | System.Int32 | |
![]() | Data | System.IntPtr | |
![]() | Empty | System.Boolean | |
![]() | IsDisposed | System.Boolean | |
![]() | Item | System.Single | |
![]() | RowCount | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | eye(int) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | GetT() | |
![]() | Reset(FilNet.Matrix) | Resets this instance with data of the other Matrix object. |
![]() | ToArray() | |
![]() | ToString() | Inherited from System.Object |