System.VarCmplx.VarComplexAbsSqr
Delphi
function VarComplexAbsSqr(const AValue: Variant): Double;
C++
extern DELPHI_PACKAGE double __fastcall VarComplexAbsSqr(const System::Variant &AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.VarCmplx.pas System.VarCmplx.hpp |
System.VarCmplx | System.VarCmplx |
説明
複素数の絶対値の 2 乗を返します。
VarComplexAbsSqr 関数を使用すると,複素数の絶対値の 2 乗を取得できます。
AValue は,値が複素数を表している Variant です。
AValue の絶対値を 2 乗して返します。