System.VarCmplx.VarComplexAngle

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

Delphi

function VarComplexAngle(const AValue: Variant): Double;

C++

extern DELPHI_PACKAGE double __fastcall VarComplexAngle(const System::Variant &AValue);

プロパティ

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

説明

複素数の角度を返します。

VarComplexAngle を使用すると,複素数の角度を取得できます。

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

AValue に対応する角度を返します。

関連項目