The multiplicative inverse of the instance.

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

Syntax

C#
public TPSA Inverse()
Visual Basic
Public Function Inverse As TPSA
Visual C++
public:
TPSA^ Inverse()

Return Value

The inverse as a new object.

Remarks

Creates a new object.

Exceptions

ExceptionCondition
[ApplicationException]The contant term of the instance is zero.

See Also