System.VarCmplx.VarComplexAbsSqr

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

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 乗して返します。

関連項目