Click or drag to resize

MatrixAddition Operator

Overload List
  NameDescription
Public operatorStatic memberAddition(Double, Matrix)
Adds a scalar to each element of the matrix and returns the result.
Public operatorStatic memberAddition(Matrix, Matrix)
Adds two matrices together and returns the result.
Public operatorStatic memberAddition(Matrix, Double)
Adds a scalar to each element of the matrix and returns the result.
Top
See Also