EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.IntPow Method

Computes the value of a Decimal raised to an Integer Power.

Methods for decimal, double and int Parameters.

Overload List

Computes the value of a Decimal raised to an Integer Power.

public static decimal IntPow(decimal,int);

Computes the value of a Decimal raised to an Integer Power.

public static decimal IntPow(double,int);

Computes the value of a Decimal raised to an Integer Power.

public static decimal IntPow(int,int);

See Also

DecimalOps Class | Esb.Math Namespace