Scales each element in the vector by the specified value.

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

Syntax

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

Return Value

This vector.

Remarks

Does not copy the data.

See Also