System.Math.IntPower

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IntPower(const Base: Single; const Exponent: Integer): Single;
function IntPower(const Base: Double; const Exponent: Integer): Double;
function IntPower(const Base: Extended; const Exponent: Integer): Extended;

C++

extern DELPHI_PACKAGE float __fastcall IntPower(const float Base, const int Exponent)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Beschreibung

Berechnet die integrale Potenz eines Basiswertes.

IntPower gibt das Ergebnis von Basis (Parameter Base) hoch Exponent zurück.

Siehe auch

Codebeispiele