CRaPI - Correct Robust and Perfect API

Matrix Members

Matrix overview

Public Static Operators

Addition Operator Calculates the added value of each cell of two matrices
Division Operator Calculates the divided value of each cell of two matrices
Multiplication Operator Calculates the multiplicated value of each cell of the two matrices
Subtraction Operator Calculates the subtracted value of each cell of two matrices

Public Instance Constructors

Matrix Constructor Constructs a matrix with given size

Public Instance Properties

Field The internal representation
Height The number of cells of the matrix in Y-dimension
Item This Matrix
Size The number of cells of the matrix in both dimensions
Width The number of cells of the matrix in X-dimension

Public Instance Methods

CalculateMAX Calculates the MAX of each cell of the two matrices
CalculateMIN Calculate the MIN of each cell of the two matrices
Clone Creates a deep copy of the Matrix.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
SuperimposeAdd Superimposes this matrix with the supplied, with respect to the added value of each cell
SuperimposeDIV Superimposes this matrix with the supplied, with respect to the divided value of each cell
SuperimposeMax Superimposes this matrix with the supplied, with respect to the max value of each cell
SuperimposeMin Superimposes this matrix with the supplied, with respect to the min value of each cell
SuperimposeMUL Superimposes this matrix with the supplied, with respect to the mulitplicated value of each cell
SuperimposeSub Superimposes this matrix with the supplied, with respect to the subtracted value of each cell
ToStringA string representation of the matrix.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Explicit Interface Implementations

ICloneable.Clone Creates a deep copy of the Matrix.

See Also

Matrix Class | TeamYaffa.CRaPI.Utility Namespace