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