You are here: Start » Matrix Class

Matrix Class

Namespace:Fil
Assembly:FilNet.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 Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
ItemSystem.Single
ItemSystem.IntPtr
RowCountSystem.Int32

Methods

 NameDescription
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()

See also