Multiplies the instance by a TPSA object and returns itself.

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

Syntax

C#
public TPSA Times(
	params TPSA[] u
)
Visual Basic
Public Function Times ( _
	ParamArray u As TPSA() _
) As TPSA
Visual C++
public:
TPSA^ Times(
	... array<TPSA^>^ u
)

Parameters

u
Type: array<TPSA..::..TPSA>[]()[][]
The object the instance is to be multiplied by.

Return Value

Itself.

Remarks

Does not create a new object, but modifies the instance.

See Also