System.VarCmplx.VarComplexSqrt
Delphi
function VarComplexSqrt(const AValue: Variant): Variant;
C++
extern DELPHI_PACKAGE System::Variant __fastcall VarComplexSqrt(const System::Variant &AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.VarCmplx.pas System.VarCmplx.hpp |
System.VarCmplx | System.VarCmplx |
説明
複素数の平方根を返します。
VarComplexSqrt は、AValue の平方根を返します。
AValue は、複素数を表す値を持つバリアントです。