Click or drag to resize

DoubleComplexVectorScale Method

Scales each element in the vector by the specified value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexVector Scale(
	DoubleComplex s
)

Parameters

s  DoubleComplex
Scale.

Return Value

DoubleComplexVector
This vector.
Remarks
Does not copy the data.
See Also