Matrix.Add

Matrix.Add method

Adds matrix to other matrix.

public Matrix Add(Matrix other)
ParameterTypeDescription
otherMatrixMatrix to be added.

Return Value

Result of matrix add.

See Also