The composition of the instance and another map. Synonym of Compose.

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

Syntax

C#
public TPSAMaps comp(
	ref TPSAMaps a
)
Visual Basic
Public Function comp ( _
	ByRef a As TPSAMaps _
) As TPSAMaps
Visual C++
public:
TPSAMaps^ comp(
	TPSAMaps^% a
)

Parameters

a
Type: TPSA..::..TPSAMaps%
The instance is composed with this argument.

Return Value

The map that is the composition of the two maps.

Remarks

Creates a new object. The instance is not modified.

See Also