| SparseMatrixModulus Operator | 
            Multiplies a Matrix by a constant and returns the result.
            
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic static SparseMatrix operator %(
	SparseMatrix leftSide,
	float rightSide
)
Parameters
- leftSide  SparseMatrix
- The matrix to multiply.
- rightSide  Single
- The constant to multiply the matrix by.
Return Value
SparseMatrixThe result of the multiplication.
 Exceptions
Exceptions See Also
See Also