pow

Returns the value of x raised to the power of y.

  1. Decimal pow(Decimal x, ulong y)
  2. Decimal pow(Decimal x, Decimal y)

Parameters

x Decimal

Decimal raised to a power

y Decimal

Decimal exponent

Meta