System.VarCmplx.VarComplexTimesNegI
Delphi
function VarComplexTimesNegI(const AValue: Variant): Variant;
C++
extern DELPHI_PACKAGE System::Variant __fastcall VarComplexTimesNegI(const System::Variant &AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.VarCmplx.pas System.VarCmplx.hpp |
System.VarCmplx | System.VarCmplx |
説明
–i(負の虚数単位)を乗算した複素数の値を返します。
VarComplexTimesNegI 関数は,AValue に –i(負の虚数単位)を乗算した値を返します。
AValue は,値が複素数を表している Variant です。