Raises the instance to a power.

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

Syntax

C#
C# does not support this operator.
Visual Basic
Public Shared Operator ^ ( _
	a As TPSA, _
	k As Integer _
) As TPSA
Visual C++
Visual C++ does not support this operator.

Parameters

a
Type: TPSA..::..TPSA
The TPSA object.
k
Type: System..::..Int32
The exponent.

Return Value

The power.

Remarks

Creates a new object.

See Also