Scales each element in the matrix by the specified value.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public FloatComplexMatrix Scale(
	FloatComplex s
)
Visual Basic (Declaration)
Public Function Scale ( _
	s As FloatComplex _
) As FloatComplexMatrix
Visual C++
public:
FloatComplexMatrix^ Scale(
	FloatComplex s
)

Return Value

This matrix.

Remarks

Does not copy the data.

See Also