  | DoubleMatrixScale Method | 
            Scales each element in the matrix by the specified value.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix Scale(
	double s
)
Public Function Scale ( 
	s As Double
) As DoubleMatrix
public:
DoubleMatrix^ Scale(
	double s
)
member Scale : 
        s : float -> DoubleMatrix Parameters
- s  Double
 - Scale.
 
Return Value
DoubleMatrixThis matrix.
Remarks
            Does not copy the data.
            
See Also