System.VarCmplx.VarComplexAngle
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 に対応する角度を返します。