System.Math.Power

提供: RAD Studio API Documentation
移動先: 案内検索

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

説明

BaseExponent 乗します。


Power は、BaseExponent 乗します。分数の指数の場合や指数が MaxInt より大きい場合、Base は 0 より大きくなければなりません。

関連項目