Raises the instance to a power and returns itself.

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

Syntax

C#
public TPSA Power(
	int k
)
Visual Basic
Public Function Power ( _
	k As Integer _
) As TPSA
Visual C++
public:
TPSA^ Power(
	int k
)

Parameters

k
Type: System..::..Int32
The exponent.

Return Value

Itself.

Remarks

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

See Also