Namespace: Org.BouncyCastle.Math
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public BigInteger Pow(
	int exp
)
Visual Basic
Public Function Pow ( _
	exp As Integer _
) As BigInteger
Visual C++
public:
BigInteger^ Pow(
	int exp
)

Parameters

exp
Type: System..::..Int32

See Also