Computes the value of a Decimal raised to an Integer Power.
Methods for decimal, double and int Parameters.
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);
DecimalOps Class | Esb.Math Namespace