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