RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.IntPower Function

Calculates the integral power of a base value.

Pascal
function IntPower(const Base: Extended; const Exponent: Integer): Extended;
C++
Extended IntPower(const Extended Base, const int Exponent);

IntPower raises Base to the power specified by Exponent. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!