You are here: Start » Matrix Class
Matrix Class
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | Matrix(Int32, Int32, IntPtr) | |
![]() | Matrix() | |
![]() | Matrix(Int32, Int32, List<Single>) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | ColCount | System.Int32 | |
![]() | Data | System.IntPtr | |
![]() | Empty | System.Boolean | |
![]() | IsDisposed | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | Item | System.Single | |
![]() | Item | System.IntPtr | |
![]() | RowCount | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | CopyTo(Fil.Matrix) | |
![]() | Dispose() | Inherited from Fil.UnmanagedObject |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | eye(int) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Fil.Matrix) | |
![]() | ResetWithData(int, int, System.IntPtr) | |
![]() | Reset(int, int) | |
![]() | Reset(int, int, float) | |
![]() | RowBegin(int) | |
![]() | RowEnd(int) | |
![]() | ToString() | Inherited from System.Object |
![]() | t() |