MatrixTUnaryPlus Operator |
Returns a Matrix containing the same values of rightSide.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Matrix<T> operator +(
Matrix<T> rightSide
)
Parameters
- rightSide MatrixT
- The matrix to get the values from.
Return Value
MatrixTA matrix containing a the same values as
rightSide.
Exceptions See Also