Click or drag to resize

IntegerMatrix Methods

The IntegerMatrix type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetArray
Return a one-dimentional array that composes of the matrix elements.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItem
Gets a value in the specified location of the matrix.
Public methodGetObjectData
Fills a SerializationInfo object with information about this object.
Public methodGetRow
Returns a one-dimensional array containing an entire row of the matrix.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetItem
Set the value of an element in the array.
Public methodSetRow
Set the entire row of the matrix to a parameter list of values.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also