System.VarCmplx.VarComplexPower

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

Delphi

function VarComplexPower(const AValue, APower: Variant): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexPower(const System::Variant &AValue, const System::Variant &APower);

プロパティ

種類 可視性 ソース ユニット
function public
System.VarCmplx.pas
System.VarCmplx.hpp
System.VarCmplx System.VarCmplx

説明

複素数を指定の値で累乗した値を返します。

VarComplexPower 関数は,AValue を APower 乗した結果を返します。

AValue は,値が複素数を表している Variant です。

APower は,AValue を累乗する値を指定する Variant です。複素数も指定できます。

VarComplexPower は,AValue を APower 乗した値を持つ Variant を返します。

関連項目