Performs the function composition of the instance and an array of TPSA objects.

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

Syntax

C#
public TPSA comp(
	ref TPSA[] a
)
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

The number of TPSA objects of the array argument must be equal to the number of variables of the TPSA.

Exceptions

ExceptionCondition
[ApplicationException]When the number of elements of a is not the same as the number of variables in the TPSA.

See Also