System.Math.Power
Delphi
function Power(const Base, Exponent: Extended): Extended;
function Power(const Base, Exponent: Double): Double; overload;
function Power(const Base, Exponent: Single): Single; overload;
C++
extern DELPHI_PACKAGE System::Extended __fastcall Power(const System::Extended Base, const System::Extended Exponent)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
説明
Base を Exponent 乗します。
Power は、Base を Exponent 乗します。分数の指数の場合や指数が MaxInt より大きい場合、Base は 0 より大きくなければなりません。