Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public BigInteger Pow(
	int exp
)
Visual Basic
Public Function Pow ( 
	exp As Integer
) As BigInteger
Visual C++
public:
BigInteger^ Pow(
	int exp
)
F#
member Pow : 
        exp : int -> BigInteger 

Parameters

exp
Type: System..::..Int32

Return Value

Type: BigInteger

See Also