pow

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

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

Parameters

x Decimal

Decimal raised to a power

y ulong

exponent of the ulong type

Meta