You are here: Start » AVL.NET » Matrix Class

Matrix Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Constructors

 ConstructorDescription
Matrix(Int32, Int32, IntPtr)
Matrix()
Matrix(Int32, Int32, List<Single>)

Properties

 NameTypeDescription
ColCountSystem.Int32
DataSystem.IntPtr
EmptySystem.Boolean
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
ItemSystem.Single
ItemSystem.IntPtr
RowCountSystem.Int32

Methods

 NameDescription
CopyTo(Avl.Matrix)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
eye(int)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.Matrix)
ResetWithData(int, int, System.IntPtr)
Reset(int, int)
Reset(int, int, float)
RowBegin(int)
RowEnd(int)
ToString()Inherited from System.Object
t()

See also