System.VarCmplx.VarComplexSign
Delphi
function VarComplexSign(const AValue: Variant): Variant;
C++
extern DELPHI_PACKAGE System::Variant __fastcall VarComplexSign(const System::Variant &AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.VarCmplx.pas System.VarCmplx.hpp |
System.VarCmplx | System.VarCmplx |
説明
複素数の符号を返します。
AValue パラメータで与えられた複素数の符号を計算するには、VarComplexSign を使用します。
VarComplexSign は、VarAsComplex(AValue) / VarComplexAbs(AValue) と等しい値を持つ複素数を返します。これは、実は、複素平面の単位円上にある、AValue に最も近い複素数です。