Click or drag to resize

DoubleVectorAppend(DoubleVector) Method

Appends the given vector to this vector.

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

Parameters

v  DoubleVector
The vector to append.

Return Value

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