Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: BigInt Pow(BigInt)

  • Declared in: RT.BigInteger.BigInt

Declaration

public BigInt Pow(
    BigInt exponent
)

Summary

Raises the current integer to the power of exponent and returns the result.