Performs the function composition of the instance and an array of TPSA objects.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Function comp ( _
	ByRef a As TPSA() _
) As TPSA | 
| Visual C++ | 
|---|
| public:
TPSA^ comp(
	array<TPSA^>^% a
) | 
Parameters
- a
- Type: array<TPSA..::..TPSA>[]()[][]%
 The array of TPSA objects that are interpreted as the variables of the instance.
Return Value
The composition.
Remarks
 Exceptions
Exceptions
| Exception | Condition | 
|---|
| [ApplicationException] | When the number of elements of a is not the same as the number of variables in the TPSA. | 
 See Also
See Also