IntegerMatrix Methods |
The IntegerMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetArray | Return a one-dimentional array that composes of the matrix elements. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetItem | Gets a value in the specified location of the matrix. |
![]() | GetObjectData | Fills a SerializationInfo object with information about this object. |
![]() | GetRow | Returns a one-dimensional array containing an entire row of the matrix. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetItem | Set the value of an element in the array. |
![]() | SetRow | Set the entire row of the matrix to a parameter list of values. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |