Click or drag to resize

FloatComplexVectorAppend(FloatComplexVector) Method

Appends the given vector to this vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexVector Append(
	FloatComplexVector v
)

Parameters

v  FloatComplexVector
The vector to append.

Return Value

FloatComplexVector
A reference to self.
Remarks
A new vector is allocated and data is copied.
See Also