Click or drag to resize

FloatComplexVectorIncrement Method

Adds the specified value to each element in the vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexVector Increment(
	FloatComplex s
)

Parameters

s  FloatComplex
Increment.

Return Value

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