System.VarCmplx.VarComplexTimesImaginary

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

Delphi

function VarComplexTimesImaginary(const AValue: Variant; const AFactor: Double): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexTimesImaginary(const System::Variant &AValue, const double AFactor);

プロパティ

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

説明

虚数で乗算された複素数の値を返します。

VarComplexTimesImaginary は,複素数を虚数で乗算して返します。

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

AFactor は,その虚数を表す実数です。つまり,その虚数は AFactor × i です。

VarComplexTimesImaginary は,値が AValue × AFactor × i である Variant を返します。

関連項目