System.VarCmplx.VarComplexArcSec
Delphi
function VarComplexArcSec(const AValue: Variant): Variant;
C++
extern DELPHI_PACKAGE System::Variant __fastcall VarComplexArcSec(const System::Variant &AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.VarCmplx.pas System.VarCmplx.hpp |
System.VarCmplx | System.VarCmplx |
説明
複素数のアークセカントを返します。
VarComplexArcSec は,複素数のアークセカントを計算し,その結果を返します。
AValue は,値が複素数を表している Variant です。
VarComplexArcSec は,値が AValue のアークセカントである Variant を返します。