You are here: Start » AVL.NET » Matrix Class
Matrix Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| Matrix(Single[,]) | ||
| Matrix(Int32, Int32, Single) | ||
| Matrix(Int32, Int32) | ||
| Matrix() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| ColumnCount | System.Int32 | ||
| 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 | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToArray() | ||
| ToString() | Inherited from System.Object |
