System.VarCmplx.VarComplexFromPolar
Delphi
function VarComplexFromPolar(const ARadius, ATheta: Double): Variant;
C++
extern DELPHI_PACKAGE System::Variant __fastcall VarComplexFromPolar(const double ARadius, const double ATheta);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.VarCmplx.pas System.VarCmplx.hpp |
System.VarCmplx | System.VarCmplx |
説明
極座標表現を複素数に変換します。
VarComplexFromPolar 関数は,ARadius パラメータと ATheta パラメータで指定された半径(長さ)と角度に対応する複素数を返します。結果は,値が対応する複素数である Variant として返されます。