Copy the argument to the instance.

Namespace: TPSA
Assembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void copy(
	ref TPSA source
)
Visual Basic
Public Sub copy ( _
	ByRef source As TPSA _
)
Visual C++
public:
void copy(
	TPSA^% source
)

Parameters

source
Type: TPSA..::..TPSA%
The element of the algebra to be copied.

Remarks

Clones a map to the instance. Does not create a new instance.

See Also