Click or drag to resize

DoubleComplexVectorAppend(DoubleComplex) Method

Appends the given element to this vector.

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

Parameters

x  DoubleComplex
The element to append.

Return Value

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