DenseMatrixModulus Operator | 
            Multiplies a Matrix by a constant and returns the result.
            
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static DenseMatrix operator %(
	DenseMatrix leftSide,
	Complex rightSide
)
Parameters
- leftSide  DenseMatrix
 - The matrix to multiply.
 - rightSide  Complex
 - The constant to multiply the matrix by.
 
Return Value
DenseMatrixThe result of the multiplication.
Exceptions
See Also