|  | FloatHermCsrSparseMatrixScale Method | 
            Scales each element in the matrix by the specified value.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatHermCsrSparseMatrix Scale(
	FloatComplex a
)
Public Function Scale ( 
	a As FloatComplex
) As FloatHermCsrSparseMatrix
public:
FloatHermCsrSparseMatrix^ Scale(
	FloatComplex a
)
member Scale : 
        a : FloatComplex -> FloatHermCsrSparseMatrix Parameters
- a  FloatComplex
- Scale.
Return Value
FloatHermCsrSparseMatrixThis matrix.
 Remarks
Remarks
            Does not copy the data.
            
 See Also
See Also